+ 1
How can i run C# files in windows 7?(whiteout Visual studio)
I want to start C#, but whatever I do, my C# file is anonymous. I do not have Visual Studio but I have VS code, how can I run C# files in Windows 7?
4 Answers
+ 1
You have to download the .NET SDK so that you can compile and run c# code.
And VS Code has plugins to make this easier.
+ 1
The dotnet SDK is "software development kit", it is not preinstalled on windows. Follow the links and read the instructions.
0
Well, I think that .NET is on all Windows by default, and now if not, how do I know it is not?