0

C# practice

can you help me with a software application i can use to practice c# I need a lightweight compiler.

4th Sep 2025, 8:15 PM
Honest Phiri
Honest Phiri - avatar
4 Antworten
+ 1
What does the compiler need to run on? That is, what platform i.e. operating system are you doing this in?
4th Sep 2025, 10:33 PM
Wilbur Jaywright
Wilbur Jaywright - avatar
0
Windows
5th Sep 2025, 4:43 AM
Honest Phiri
Honest Phiri - avatar
0
You can download SharpDevelop, if you need a lightweight compiler. And I recommend Visual Studio. But Visual Studio is very big...
5th Sep 2025, 12:52 PM
Mila
Mila - avatar
0
You can install .NET on your system and compile and run your code using the dotnet command-line interface.
5th Sep 2025, 2:51 PM
M RJ
M RJ - avatar