Xamarin vs. Mono vs. Monodevelop [closed]

爷,独闯天下 提交于 2019-12-05 08:24:43

问题


What is the relationship between Xamarin and Mono(Are they the same product)?

Is the Monodevelop IDE related to Mono?


回答1:


Xamarin is primarily a platform for developing mobile applications (Android and iPhone) using C#.

The Mono project is an open-source port of the .NET framework. It is most commonly used to run .NET under Linux. From a performance standpoint, it runs about 50% (on average) as fast as the .NET framework.

MonoDevelop is an open-source C# IDE analagous to Eclipse or Visual Studio.

Miguel de Icaza was the primary developer for Mono and is one of the founders/owners of Xamarin.

  • https://xamarin.com/
  • http://www.mono-project.com/Main_Page
  • http://monodevelop.com/


来源:https://stackoverflow.com/questions/23589011/xamarin-vs-mono-vs-monodevelop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!