Why CORE?

There are advantages:

  • Open Source: It is an open source, and available on Github
  • Cross platform: It is cross platform supporting windows, macOS and Linux
  • Consistent across architectures: Runs your code with the same behavior on multiple architectures, including x64, x86, and ARM.
  • Compatible: .NET Core is compatible with .NET Framework, Xamarin and Mono, via .NET Standard.
  • Flexible deployment: Can be included in your app or installed side-by-side user- or machine-wide. Can be used with Docker containers.