Monday, February 4, 2019

What is Asp.Net Core

Asp.Net core is a new web development framework from Microsoft providing cross platform compatibility. The previous version of Asp.Net could be developed in Windows and deployed in IIS. Asp.Net core changes this, Asp.Net core applications can be developed in Windows, Linux or Mac OS.

Asp.Net core also aims in producing leaner light weight applications compared to traditional Asp.Net applications. Asp.Net core provides more flexibility in the way we design our applications, it allows us to chain a set of Middle-ware's to process the Http request.

Each middle-ware performs a specific task and passes on the result to the next Middle-ware in the chain. Each piece of middle-ware in ASP.NET Core is an object, and each piece has a very specific, focused, and limited role.

Search Flipkart Products:
Flipkart.com

No comments: