So, I was wondering how to compile C#. I have Windows 7 Enterprise. Is there a built-in program or do I have do download one?
If I have to download one, what do you r
You can find the command-line compiler, csc.exe, in \Windows\Microsoft.Net\Framework\vX.Y.
csc.exe
\Windows\Microsoft.Net\Framework\vX.Y
However, you will probably want to use Visual Studio, Microsoft's world-class IDE. You can download the free version.