Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
59 views

I would like to access the content of an asset in the @Asset collection on the server side as well. Do I need to copy and create the resource again, or can I use the assets?
Daniel's user avatar
  • 1
Best practices
0 votes
3 replies
73 views

If you create a new VB.NET or C# project you will get a lot of files, e.g.: test.deps.json test.dll test.exe test.pdb test.runtimeconfig.json or if I publish the project I will get a single file ...
Remus Rigo's user avatar
  • 1,461
-3 votes
0 answers
46 views

The main problem is that vs cant find sdk but i've donwloaded it, through browser multiple versions, through browser or embeded installer, i restarted my pc. this how it looks in a console project ...
Slava Razrabovich's user avatar
Advice
1 vote
3 replies
105 views

I would like to use JSON as the format for my program's configuration file. When writing the file to disk, it should contain comments that describe each field. These comments should be controlled ...
vazgriz's user avatar
  • 33
1 vote
1 answer
110 views

I'm running in .NET 10 with the most recent update for everything. I'm using EF Core and ASP.NET Core. Here is my program.cs file; when I fetch my connection string, I get back what I expect. When I ...
Wallace B. McClure's user avatar
1 vote
1 answer
63 views

Using Protobuf.net I have List<Test> and objects inherited from Test (i.e. Test2, Test3, Test4), Test is defined like so C#: [ProtoContract, ProtoInclude(1,typeof(Test2)), ProtoInclude(2, typeof(...
user17946664's user avatar
-3 votes
1 answer
107 views

I have this C# code. It works well, but it has these warnings on the Console.WriteLine (green irregular lines below). After checking, it says Nullable Warnings: you are using a variable that could ...
Diasalva's user avatar
0 votes
0 answers
50 views

I have a custom bit of code in App.xaml that creates an override for my TabView. It is a hard style application without being referenced, which I assumed would propagate to other elements within it. ...
Vlad SD's user avatar
  • 383
Advice
0 votes
6 replies
196 views

I'm currently learning C# (Day 2) and experimenting with building small utility components. I wrote a simple file‑system wrapper with interfaces, and I’d appreciate feedback on: Whether the structure ...
Eric Wright's user avatar
Tooling
0 votes
3 replies
94 views

I have a project that generates a file that the user can later download to the device (WEB/android/ios). But I can't figure out how to do it. I have not found any plugins in the AssetStore that would ...
Happy_cat's user avatar
Best practices
1 vote
1 replies
71 views

I want to increment the score if the key exists by some value. The default sorted set increment function in StackExchange.Redis and in Redis in general adds the value with the score of the increment ...
btolsen131's user avatar
0 votes
0 answers
75 views

In my solution.slnx file, I have the following C# code projects: - A simple VSTO .NET Framework 4.8.1 project. (Currently, it's working well.) - A simple ExcelDna project that adds some extension ...
Hưng Nguyễn's user avatar
0 votes
0 answers
132 views
+50

In How to share the JavaScript files for the Blazor via Nuget packages and include them to consuming projects? topics, I have been recommended to inject the JavaScript dependencies via isolation: // ...
Takeshi Tokugawa YD's user avatar
Advice
0 votes
12 replies
177 views

I am trying to understand why field (MyCl1 cl1;  - is reference type,  which is not yet initialized) of class Form1, is not getting initialized. I placed that (cl1) reference in list (List<MyCl1>...
FaikeProgramer's user avatar
0 votes
0 answers
77 views

I am working on a MAUI Hybrid solution, with the standard projects: Web (Server) / Shared / Mobile. My issue is when I run the app on the Android emulator. Here is my MainActivity.cs: [Activity(Theme =...
MattDev07's user avatar
  • 698

15 30 50 per page
1
2 3 4 5
108180