运行 使用 Xamarin Studio 构建的 C# 应用程序需要什么...?

What do I need to run C# application built with Xamarin Studio...?

我刚开始使用 C# 构建应用程序,为此我使用 Xamarin Studio。我有几个问题:

  1. 假设我的Xamarin Studio版本是5.9,我用它制作的应用有什么要求。 (比如 .NET 版本 ??...)(我将为 Windows 开发)
  2. MonoDevelop 和 Xamarin Studio 有什么区别,如果我尝试从其自己的网站下载 MonoDevelop,它会下载 Xamarin Studio!?

如果你能回答我的问题,我将不胜感激!

Monodelop、Xamarin-studio 使用相同的代码库,不同的是用于开发移动应用程序的 xamarin 插件(iOS、Android、OSX)。 如果您想为 Windows 开发应用程序,您应该考虑使用 Visual Studio Community Edition (Check license term before use it) or Sharpdevelop(免费)