Xamarin vs. Mono vs. Monodevelop(Xamarin 与 Mono 与 Monodevelop)
问题描述
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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Xamarin 与 Mono 与 Monodevelop


- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- C# 中多线程网络服务器的模式 2022-01-01