How do you compile C#?

后端 未结 14 1792
日久生厌
日久生厌 2021-01-18 15:11

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

14条回答
  •  走了就别回头了
    2021-01-18 15:52

    You can find the command-line compiler, csc.exe, in \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.

提交回复
热议问题