site image
Andrew Lock avatar

Andrew Lock

ASP.NET Core
  1. 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
  2. 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. You even get a free copy of the previous editions of ASP.NET Core in Action!

  3. Banner image for A brief introduction to DiagnosticSource

    A brief introduction to DiagnosticSource

    In this post I describe the DiagnosticSource infrastructure, how it compares to other logging APIs, and how to use it to listen to framework events…

     in  ASP.NET Core Logging .NET Core 6
  4. 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…

  5. 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
  6. Banner image for Testing ASP.NET Core gRPC services in JetBrains Rider

    Testing ASP.NET Core gRPC services in JetBrains Rider

    In this post I show how you can use the tools built into JetBrains' Rider IDE to test your ASP.NET Core gRPC endpoints…

     in  .NET Core ASP.NET Core gRPC IDEs
  7. Banner image for Why isn't my ASP.NET Core app in Docker working?

    Why isn't my ASP.NET Core app in Docker working?

    In this post I describe a problem where my ASP.NET Core app in Docker wasn't responding to requests. This post debugs and diagnoses the problem…

     in  .NET Core ASP.NET Core Docker
  8. Banner image for Upgrading a .NET 5 "Startup-based" app to .NET 6

    Upgrading a .NET 5 "Startup-based" app to .NET 6

    Exploring .NET 6 - Part 12

    In this post I tackle a question I have received several times: how can I update an ASP.NET Core 5 app that uses Startup to .NET 6's minimal hosting APIs.…

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