.NET Core vs Mono

前端 未结 8 479
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 14:42

What is the difference between .NET Core and Mono?

I found a statement on the official site that said: \"Code written for it is also portable across application stac

8条回答
  •  我在风中等你
    2020-11-29 15:24

    In a nutshell:

    Mono = Compiler for C#

    Mono Develop = Compiler+IDE

    .Net Core = ASP Compiler

    Current case for .Net Core is web only as soon as it adopts some open winform standard and wider language adoption, it could finally be the Microsoft killer dev powerhouse. Considering Oracle's recent Java licensing move, Microsoft have a huge time to shine.

提交回复
热议问题