我可以为 Mac 计算机构建 .net 解决方案文件吗

发布于 2024-10-31 20:59:50 字数 82 浏览 0 评论 0原文

我不确定我问的问题是否正确。但我怀疑我可以为 Mac 计算机构建 .net 解决方案文件。如果可以的话请告诉我。还有优点和缺点。

谢谢

I am not sure that I am asking right question. But I have a suspicion that I can build a .net solution file for a mac computer. Please let me know if I can. Also the pros and cons.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

寂寞花火° 2024-11-07 20:59:50

Mono 可能是在非 Windows 平台上使用 .NET 的最佳选择。

优点

  • 对大多数 .NET 功能的大力支持
  • 能够在非 Windows 平台上构建和运行 .NET 应用程序

缺点

  • 工具与 Microsoft 工具不同(在不同情况下更好或更差)(例如 MonoDevelop 与 Visual Studio)

Mono is probably your best bet for working with .NET on non-Windows platforms.

Pros

  • Great support for the majority of .NET functionality
  • Ability to build and run .NET apps on non-windows platforms

Cons

  • Tooling is different (better or worse in different cases) than the Microsoft tools (e.g. MonoDevelop vs. Visual Studio)
逆光飞翔i 2024-11-07 20:59:50

Mono 是一种选择,但根据您需要的 .NET 框架的哪些部分,Silverlight 也可能是一种选择。 Mono是一个开源项目,总是要追赶微软,而Silverlight for Mac则是微软发布的版​​本。

如果您可以忍受 Silverlight 的局限性,我肯定会选择它而不是 Mono。如果您采用 Mono 方式,请务必尽早并经常使用 Mono 测试您的应用程序,因为存在不兼容性。

Mono is one option, but depending on what parts of the .NET framework you need Silverlight might be an option as well. Mono is an open source project, which always has to chase Microsoft from behind, while Silverlight for Mac is a Microsoft release.

If you can live with the limitations of Silverlight, I'd definitely choose it instead of Mono. If you go the Mono way, be sure to test your application with Mono early and often, as there are incompatibilities.

南…巷孤猫 2024-11-07 20:59:50

您可以在 Mac 上使用 Mono

Mono 从那时起就支持 MacOS X
版本 10.3 (Panther) 并支持
基于 Intel 和 PowerPC 的版本
32 位和 64 位
支持配置。

您可以在 OSX 上使用 Mono 来构建
服务器、控制台和 GUI 应用程序。
请阅读下文了解可用选项
用于 GUI 应用程序开发。

You can use Mono on the Mac:

Mono has supported MacOS X since
version 10.3 (Panther) and supports
both Intel and PowerPC based versions
with both 32 bits and 64 bits
configuration supported.

You can use Mono on OSX to build
server, console and GUI applications.
Read below for the options available
for GUI application development.

北陌 2024-11-07 20:59:50

是的。它被称为单声道。 http://www.mono-project.com/Main_Page

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文