Developing C# on Linux

后端 未结 7 988
挽巷
挽巷 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:26

    Mono Develop is what you want, if you have used visual studio you should find it simple enough to get started.

    If I recall correctly you should be able to install with sudo apt-get install monodevelop

提交回复
热议问题