How can i run C# files in windows 7?(whiteout Visual studio) | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответов
+ 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