Thursday, October 24, 2019

.Net core and .Net Framework

NET Framework
 The current version of .NET Framework, 4.8, is supposed to be the last version of .NET Framework. There will be no more new versions of .NET Framework planned in the future.

.NET Core Advantages1`

If you’re building a new application and have a choice between .NET Core and .NET Framework, .NET Core is the way to go.

.NET Core is better suited for cross-platform needs. .NET Core apps are supported on Windows, Linux, and macOS. Microsoft’s popular open source code editor, Visual Studio Code, is supported on Windows, Linux and macOS. VS Code supports modern needs of code editors including IntelliSense and debugging. Most third-party editors, such as Sublime, Emacs, and VI, work with .NET Core.

Microservices architecture is supported in .NET Core, which allows cross platform services work with .NET Core including services developed with .NET Framework, Java, Ruby, or others.

Containers are the VMs of today. .NET Core’s modularity, light weight, and flexibility makes it easier to deploy .NET Core apps in containers. Containers can be deployed on any platform, cloud, Linux, and Windows. .NET Core works well with both Docker and Azure Kubernetes Service.

A need for high performance and scalable systems.

Performance and scalability were two major key focus areas when .NET Core was developed.
.NET Core and ASP.NET Core are the top performing web frameworks according to some benchmarks.

No comments:

Post a Comment

API interview questions

  https://www.katalon.com/resources-center/blog/web-api-testing-interview-questions/ Top 50+ Web API Testing Interview Questions [Ultimate l...