About this document
ASP.NET Core Architecture Overview by Tanvir Rashid is a document available to read on EtoBox.
ASP.NET Core is a cross-platform web framework that is not binary compatible with previous versions of ASP.NET. It focuses on performance, extensibility, and only including functionality that is needed. The core architecture includes components like Kestrel for web servers, routing middleware, and endpoints like MVC, Razor Pages, and Web API. When a request comes in, it is processed by the server, matched to a route, has optional middleware run, and then reaches the endpoint for execution.
- Author
- Tanvir Rashid
- Language
- EN