Is developing in Mono cross-platform?

前端 未结 4 1625
生来不讨喜
生来不讨喜 2020-12-17 14:30

In what measure is developing with mono cross-platform? How do I compile for Windows (in Linux), how do I run things in Linux (because there is no .NET JIT compiler)?

<
4条回答
  •  情书的邮戳
    2020-12-17 15:07

    The only advantage developing on Mono is that you can use a Mac OS X or Linux environment. But if you have a choice, never leave Visual Studio. To the best of my knowledge, Visual Studio is the best IDE available for development in C# and VB.

提交回复
热议问题