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
基础教程推荐
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- WPF 模态进度窗口 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
