我可以为 Mac 计算机构建 .net 解决方案文件吗
我不确定我问的问题是否正确。但我怀疑我可以为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Mono 可能是在非 Windows 平台上使用 .NET 的最佳选择。
优点
缺点
Mono is probably your best bet for working with .NET on non-Windows platforms.
Pros
Cons
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.
您可以在 Mac 上使用 Mono:
You can use Mono on the Mac:
是的。它被称为单声道。 http://www.mono-project.com/Main_Page
Yes. It's called Mono. http://www.mono-project.com/Main_Page