site image
Andrew Lock avatar

Andrew Lock

Middleware
  1. Loading...
  2. Sponsored by Nick Chapsas—Want to learn how to build elegant REST APIs in .NET? Get 5% off Nick's latest course "From Zero to Hero: REST APIs in .NET"!

    From Zero to Hero: REST APIs in .NET
  3. ASP.NET Core in Action, Third Edition

    My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

  4. Banner image for Understanding your middleware pipeline in .NET 6 with the Middleware Analysis package

    Understanding your middleware pipeline in .NET 6 with the Middleware Analysis package

    In this post I introduce the Microsoft.AspNetCore.MiddlewareAnalysis package and show how to use it to visualise the middleware in your .NET 6 apps.…

  5. Banner image for Using PathBase with .NET 6's WebApplicationBuilder

    Using PathBase with .NET 6's WebApplicationBuilder

    In this post I describe the difficulties of adding calls to UsePathBase with .NET 6 WebApplication programs, and describe two approaches to work around it…

  6. Banner image for Understanding PathBase in ASP.NET Core

    Understanding PathBase in ASP.NET Core

    In this post I'll describe a lesser-known property on HttpRequest called `PathBase`. I describe what it does, when it's useful, and how to use it.…

     in  .NET Core ASP.NET Core Middleware
  7. Banner image for Building a middleware pipeline with WebApplication

    Building a middleware pipeline with WebApplication

    Exploring .NET 6 - Part 4

    In this post I look at some of the code behind WebApplication, and focus on how the middleware and endpoints are configured…

  8. Banner image for Handling Web API Exceptions with ProblemDetails middleware

    Handling Web API Exceptions with ProblemDetails middleware

    In this post I describe the ProblemDetailsMiddleware by Kristian Hellang that can be used to return ProblemDetails when an exception occurs in an API project.…

  9. Banner image for Creating an endpoint from multiple middleware in ASP.NET Core 3.x

    Creating an endpoint from multiple middleware in ASP.NET Core 3.x

    In this post I show how you can create a composite endpoint in ASP.NET Core 3.x, by combining multiple middleware into a pipeline as your endpoint.…

     in  Middleware .NET Core 3.0 ASP.NET Core Routing
Andrew Lock | .Net Escapades
Want an email when
there's new posts?