0
C# practice
can you help me with a software application i can use to practice c# I need a lightweight compiler.
7 Risposte
+ 2
You can install .NET on your system and compile and run your code using the dotnet command-line interface.
+ 2
Code With Lovelace visual studio is a horrible recommendation. It’s the complete opposite of lightweight, which is what OP said he wanted.
+ 1
What does the compiler need to run on? That is, what platform i.e. operating system are you doing this in?
+ 1
Windows
+ 1
You can download SharpDevelop, if you need a lightweight compiler. And I recommend Visual Studio. But Visual Studio is very big...
+ 1
Visual studio , that will going to install the net core version that you need, you can chose the version you want thought
0
Thanks