使用 Ubuntu 的 C# Windows 应用程序

发布于 2024-10-06 12:57:36 字数 112 浏览 3 评论 0原文

我对 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 技术交流群。

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

发布评论

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

评论(2

遇到 2024-10-13 12:57:36

好吧,有 Mono 项目,但如果您想要 Microsoft .NET 实现,则需要 Windows。

Well there's the Mono Project but if you want the Microsoft .NET implementation you need Windows.

旧夏天 2024-10-13 12:57:36

您可能对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.

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