How do you compile C#?

后端 未结 14 1756
日久生厌
日久生厌 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:49

    You need Visual Studio to compile it once you have it installed. Once you have it installed you can go to Visual Studio Command Prompt and Use C# compiler csc.exe to compile it.

    Look here for more information Command-Line Building

提交回复
热议问题