问题描述
Xamarin 和 有什么关系Mono(它们是同一个产品吗)?
What is the relationship between Xamarin and Mono(Are they the same product)?
Monodevelop IDE 是否与 Mono 相关?
Is the Monodevelop IDE related to Mono?
推荐答案
Xamarin 主要是一个使用 C# 开发移动应用程序(Android 和 iPhone)的平台.
Xamarin is primarily a platform for developing mobile applications (Android and iPhone) using C#.
Mono 项目是 .NET 框架的开源端口.它最常用于在 Linux 下运行 .NET.从性能的角度来看,它的运行速度大约是 .NET 框架的 50%(平均).
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 是一个类似于 Eclipse 或 Visual Studio 的开源 C# IDE.
MonoDevelop is an open-source C# IDE analagous to Eclipse or Visual Studio.
Miguel de Icaza 是 Mono 的主要开发人员,也是 Xamarin 的创始人/所有者之一.
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/
这篇关于Xamarin 与 Mono 与 Monodevelop的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!