ASP.NET Core: Middleware [Released: 5/6/2025]
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 1m | 167 MB
Instructor: Christian Wenz
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 1m | 167 MB
Instructor: Christian Wenz
In ASP.NET Core, the HTTP pipeline is built from middleware—components that see every request and response and decide how to act upon them, and whether to forward each one to the next component in the pipeline. In this course, learn what middleware is and how to write middleware components of your own to enhance ASP.NET Core web applications. Instructor Christian Wenz also details inline and external middlewares, mapping them to HTTP requests, and fine-tuning the order in which they run.
Learning objectives
- Explain the structure and function of the ASP.NET Core pipeline.
- Develop a custom ASP.NET Core middleware straight in Program.cs.
- Describe the various options how to create a middleware class in ASP.NET Core.