List of Listings
Chapter 2. Your first application
Listing 2.1. The csproj project file, showing SDK, target framework, and references
Listing 2.2. The default Program.cs configures and runs an IWebHost
Listing 2.3. An outline of Startup.cs showing how each aspect is configured
Listing 2.4. Startup.ConfigureServices: adding services to the IoC container
Listing 2.5. Startup.Configure: defining the middleware pipeline
Chapter 3. Handling requests with the middleware pipeline
Listing 3.1. Startup for a Welcome page middleware pipeline
Get ASP.NET Core in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.