Developing C# on Linux

后端 未结 7 1026
挽巷
挽巷 2020-12-02 08:45

I\'d like to know if there are effective and open source tools to develop C# applications on Linux (Ubuntu). In particular, I have to develop Windows Forms applications.

7条回答
  •  无人及你
    2020-12-02 09:39

    MonoDevelop, the IDE associated with Mono Project should be enough for C# development on Linux. Now I don't know any good profilers and other tools for C# development on Linux. But then again mind you, that C# is a language more native to windows. You are better developing C# apps for windows than for linux.

    EDIT: When you download MonoDevelop from the Ubuntu Software Center, it will contain pretty much everything you need to get started right away (Compiler, Runtime Environment, IDE). If you would like more information, see the following links:

    • http://monodevelop.com/
    • http://en.wikipedia.org/wiki/MonoDevelop
    • http://en.wikipedia.org/wiki/Mono_%28software%29
    • http://www.mono-project.com/Development_Environments

提交回复
热议问题