May 2018
Intermediate to advanced
416 pages
13h 51m
English
You’re now well-prepared to build modern solutions with ASP.NET Core. Before we conclude, it’s time to widen our view of the development lifecycle. This final Part V explores crucial issues concerning the ASP.NET Core runtime pipeline, application deployment, and moving from older ASP.NET frameworks.
Chapter 14, The ASP.NET Core Runtime Environment, takes a deeper look at the internal architecture of the ASP.NET Core runtime environment, its Kestrel server, and the core middleware. These fundamentally new technologies establish a cross-platform runtime that is fully decoupled from the web server environment.
Chapter 15, Deploying an ASP.NET Core Application, guides you through ASP.NET Core’s more diverse application ...