The Basics
In this chapter
- Startup class
- What are services
- What are middlewares
- MVC middleware
- HTTP Routing
- Controllers
- Working with Requests/Responses
- Basic configuration management
- Working with Views
ASP.NET Core introduces new concepts for building web application. These concepts are not necessarily new to web application in general, but are completely different from the old ASP.NET.