+ 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?

5th Mar 2022, 9:02 AM
Aydin
Aydin - avatar
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.
5th Mar 2022, 12:20 PM
Tibor Santa
Tibor Santa - avatar
+ 1
The dotnet SDK is "software development kit", it is not preinstalled on windows. Follow the links and read the instructions.
7th Mar 2022, 9:06 PM
Tibor Santa
Tibor Santa - avatar
0
Well, I think that .NET is on all Windows by default, and now if not, how do I know it is not?
7th Mar 2022, 6:44 PM
Aydin
Aydin - avatar