Do you know why you choose .NET Core?

Last updated by TiagoAraujo about 7 years ago.See history

Cross platform

.NET Core works on multiple platforms like MacOS, Linux and Windows. So developers can code on their operating system of choice using Visual Studio, Visual Studio for Mac or Visual Studio Code, working on the same code base as developers on a different operating system, and best of all they can also deploy to Linux.

Performance

.NET Core is fast, and you get that performance out of the box.

dotnet core performance
Figure: ASP.NET Core easily trounces ASP.NET 4 in number of requests per second (view source)

We open source. Powered by GitHub