May 2018
Intermediate to advanced
416 pages
13h 51m
English
Conscience does make cowards of us all; and thus the native hue of resolution is sicklied over with the pale cast of thought.
—William Shakespeare, “Hamlet”
In Chapter 2, “The First ASP.NET Core Project,” we opened the ASP.NET Core machine hood and had our first look at it. In doing so, we learned that the runtime environment and the pipeline through which any requests pass is quite different from what is found in past versions of ASP.NET. Also, the new ASP.NET Core runtime environment is empowered by a system-provided, embedded Dependency Injection (DI) infrastructure that silently watches, as a ghost friend, over all the steps of processing an incoming request.
In this chapter, we take it further ...