0
C# practice
can you help me with a software application i can use to practice c# I need a lightweight compiler.
4 Respostas
+ 1
What does the compiler need to run on? That is, what platform i.e. operating system are you doing this in?
0
Windows
0
You can download SharpDevelop, if you need a lightweight compiler. And I recommend Visual Studio. But Visual Studio is very big...
0
You can install .NET on your system and compile and run your code using the dotnet command-line interface.