Feasibility of C# development with Mono

后端 未结 7 965
小鲜肉
小鲜肉 2021-02-07 23:25

Recently, I came across Mono and MonoDevelop packages in Ubuntu linux. They claim to have a .NET runtime in accordance with CLI. Before installing the packages myself, I would l

7条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-07 23:54

    1. Mono is very powerfull, sometimes even more powerfull than Microsoft's implementation. link text
    2. Yes you can. Winforms 2.0 is supported
    3. I believe so.
    4. Yes it does. C# 3 is supported and just look at winforms and the asp.net implementation to see how much is supported from each of the projects. Look at http://mono-project.com

提交回复
热议问题