Customize ASP.NET Core behavior with middleware

Beginner
Developer
ASP.NET Core

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