Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个需要使用 ASP.NET 完成的项目。目前,我使用的是 Linux 机器并且无法访问 Windows,所以我想知道同时在 Mono.Net 中进行开发。最终项目需要在 Microsoft.NET 上完成。
将 Mono.NET 应用程序移植到 Microsoft.NET 有多容易?还是我应该等到我得到Windows机器?我不介意偶尔的挑战,但如果这会是一个很大的痛苦,我不介意。
只要确保您仅使用 Microsoft .NET API 或跟踪任何 Mono 或其他开源 DLL 并在 Windows 上运行时包含它们,它就应该可以正常工作。
MonoDevelop 也可以提供帮助,因为它创建了与 Visual Studio 兼容的项目文件,如果您以后还想迁移到 Visual Studio,这些文件可以帮助您进行迁移。