我可以在 Windows 中开发 .NET 应用程序并部署适用于 Linux 和 Mac 的版本吗?

发布于 2024-09-16 01:30:09 字数 31 浏览 6 评论 0原文

这对于例如 MonoDevelop 来说可能吗?

Is this possible with, e.g., MonoDevelop perhaps?

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

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

发布评论

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

评论(2

ヤ经典坏疍 2024-09-23 01:30:09

是的,您甚至不需要使用 MonoDevelop,由 Visual Studio 和 Microsoft 的 C# 编译器创建的 DLL/EXE(大部分)与 Mono 100% 兼容。

当然,您必须避免 Mono 不支持的功能和库,但这个列表每天都在变得越来越小......

Yes, you don't even need to use MonoDevelop, the DLLs/EXEs created by Visual Studio and Microsoft's C# compiler are (for the most part) 100% compatible with Mono.

You have to avoid features and libraries that Mono doesn't support, of course, but that list is getting smaller every day...

以为你会在 2024-09-23 01:30:09

是的,有一些可能性:

如果您有 .NET 想法:
您可以使用 Visual Studio 并在 Windows 上安装 Mono。如果它也适用于 Linux,您可以在其中测试一些工具(不要在代码等中使用不受支持的库)。

您也可以使用 monodevelop 作为 IDE,使用 .NET 语言在 mono 框架上进行编程。 mondevelop 的一些优点是它也可以在 Linux 上使用。

YES, some possibilities:

if your .NET minded:
You can use visual studio and install mono on windows. There are tools you can than test in it if it works for linux too (dont use unsupported libraries in code ect).

You can use monodevelop too as IDE to program on mono framework with .NET languages. Some positive of mondevelop is too it can be used on linux.

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