使用 Ubuntu 的 C# Windows 应用程序
我对 C# Windows 应用程序开发感兴趣。但现在我已经转向 Ubuntu,我不再能够这样做了。除了 virtual box 之外还有其他方法可以在 ubuntu 中开发 C# windows 应用程序吗?
I am interested in C# windows application development. But now that I have shifted to Ubuntu I am no longer able to do it. Is there a way other than virtual box to develop a C# windows application in ubuntu??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,有 Mono 项目,但如果您想要 Microsoft .NET 实现,则需要 Windows。
Well there's the Mono Project but if you want the Microsoft .NET implementation you need Windows.
您可能对Mono 项目感兴趣。
它是 C# 和 CLR 的开源、跨平台实现,与 Microsoft.NET 二进制兼容。然而,Mono 并不完全与最新版本的 .NET Framework 保持同步。它混合了 .NET 2.0 - .NET 4.0 功能。
Mono项目专注于编译器和运行时库,并不像Visual Studio那样直接提供IDE。检查此处以检查可用的解决方案。
You might be interested in Mono Project.
It is an open source, cross-platform, implementation of C# and the CLR that is binary compatible with Microsoft.NET. However Mono is not totally up-to-date with lates releases of .NET Framework. It is a mix of .NET 2.0 - .NET 4.0 features.
The Mono project focuses on compilers and runtime libraries and does not directly provide an IDE like Visual Studio. Check here to check available solutions.