Customize ASP.NET Core behavior with middleware
Understand and implement middleware in an ASP.NET Core app. Use included middleware like HTTP logging and authentication. Create custom middleware to handle requests and responses.
Learning objectives
By the end of this module, you'll be able to:
- Describe the role of middleware in an ASP.NET Core app.
- Use included middleware like HTTP logging and authentication.
- Create custom middleware to handle requests and responses.
Prerequisites
- Ability to write C# code at a beginner level.
- Ability to use the .NET CLI at a beginner level.
- Latest .NET SDK installed.
- Visual Studio Code with C# Dev Kit extension installed.