This page looks best with JavaScript enabled

What Is .Net Core?

 ·  ☕ 3 min read  ·  ✍️ Adesh

How .Net Core is different from .Net Framework?

.Net Framework and .Net Core both are two different implementations of .Net Runtime. First one is older and .Net Core is newer than .Net Framework.

.Net Framework is an old framework for building and managing Windows and Web based applications. With the help of .Net Framework, you could do following things:

  • You can create Web Forms using Asp.Net, Rest API using Web API and enterprise application using Asp.Net MVC.
  • Creating Windows Applications.
  • Can use multiple languages, that’s why it is language independent.

.Net Core is a cross-platform and open source framework for building the application which can run on any platform. It is not a new version on .Net Framework, whereas it is a totally new framework which is written from scratch to develop an application which can run on any platforms like Mac, Linux or Windows.  Earlier .Net Framework was Language Independent but .Net Core is language independent as well as platforms independent.

With the help of .Net Core, you can do following things:

  • Create Asp.Net Core, Razor page, UMP, Mobile native app and Blazor application.
  • .Net Core is lighter and more modular. This allows our application to provide exclusively what we need, without the need of installing the full .NET suite.
  • .Net Core applications can be deployed on Docker container.
  • Can use Microservices
  • You can create cross platform applications.
  • .NET Core has a higher performance than the traditional version, which is very important for Cloud environments.

How to download .NET Core

Here is the link to download various versions of .Net Core.

Download .Net Core

Download the latest version of .Net Core 3.0 SDK on your Windows, MacOS or Linux machine.

Download the .NET Core 2.2 SDK to try .NET Core on your Windows, macOS, or Linux machine.

All .NET Core versions are available at .NET Core Downloads if you’re looking for another .NET Core version.

.Net Core Versions Till Now

Here is the snapshot of .Net core versions till now.

.net core versions

.Net Core Versions (Photo: Microsoft)

Frameworks

There are multiple frameworks that have been built on top of .Net Core. These are:

Community

Today, .NET Core has a huge community, driven by the use of open source technologies and with an awesome GitHub community.

GitHub Community

Further Reading

Best Chrome Extensions For Debugging Angular Apps

Update Angular 7 to Angular 8

Create Your First React App In Easy Steps

Share on

Adesh
WRITTEN BY
Adesh
Technical Architect