python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is .NET Runtime Identifier for Windows 11
As you all know .NET let's us publish self-contained applications targeting a specific platform by mentioning the Runtime Identifier at the time of publish. For those of you who are not aware what a s...
shreesha
Votes: 0
Answers: 1
How to prevent a 404 when running my .NET 6 Web API as a self contained service?
I have made a simple .NET 6 Web API. This works fine when running from Visual Studio (by just pressing F5). However, when running my application as a self-contained service I get a 404 for calls that ...
Daan
Votes: 0
Answers: 1
How to reduce the .exe size of a program in C#
I am trying to make a single file executable in C#. The program does not have alot of code, yet the output is around 50mb even when I am using PublishTrimmed. Is there a way I can decrease the size of...
catlover1200
Votes: 0
Answers: 1
How to reduce the size of .exe when publish it to folder as single file
I have a very small project (WinForms, it contains 2 folders and 10 classes, simple windows for input) and I want to publish it to folder as single .exe file.
When it is done the size of the file is 1...
user14943311
Votes: 0
Answers: 1