C
C#15mo ago
smarts1l

❔ ✅ running a c# program without opening visual studio

How do i run a c# program without opening visual studio on .net framework?
7 Replies
Jimmacle
Jimmacle15mo ago
double click the exe in your build folder
Murten
Murten15mo ago
You can also build it with command line if you need to.
Jimmacle
Jimmacle15mo ago
and if you stopped using the ancient .NET Framework it would be even easier
Murten
Murten15mo ago
catnod
ZacharyPatten
ZacharyPatten15mo ago
$newproject
MODiX
MODiX15mo ago
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework. .NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended. https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?