Wednesday, December 19, 2018

Advantages of .Net Core

.Net Core is the new .Net framework from Microsoft, the focus of .Net Core is to provide a light weight, faster platform for developing applications which have cross platform support. Microsoft is focusing more on .Net Core, hence we can expect more feature additions and developments to happen in .Net core in the years to come. Following are some of the advantages of .Net Core over the previous version of .Net

Cross Platform
.NET Core is cross-platform, Applications written in .Net core can execute in Windows as usual, and additionally they can also run in Mac OS, Linux.

Light Weight
.Net Core is a light weight platform when compared to the previous version of .Net Framework, it allows us to include only the packages which are required for the application, thereby reducing the application size and improving performance.

Open Source
.Net core is open-source, this provides 2 advantages first is that it is free to use and the second is that being an open-source it gets community support and contributions which helps in adding more packages and support over a period of time.

Modularity and Flexibility
.Net core is very modular and flexible, it allows us to add and chain the required Nuget packages to develop the application, thereby offering more control to the application developer. The developers can add only specific modules to the application and build a light weight application.

Hosting
Asp.Net core application provide wider options for hosting Asp.Net core applications can be hosted in IIS, Apache, Dockers, or can even be self-hosted.

Integration with Client side Frameworks
Asp.Net core applications can be easily integrated with leading client side frameworks like Angular, React etc.

Support and Enhancements
.Net core is new and evolving, Microsoft is focusing on .Net Core hence we can expect more feature additions and support in the future. Also .Net Core is open-source hence there will be more community contributions to .Net Core compared to .Net


Search Flipkart Products:
Flipkart.com

No comments: