site image
Andrew Lock avatar

Andrew Lock

  1. Loading...
  2. Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

    30% off with code ANDREW30 on Dometrain Pro
  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 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.…

  5. Banner image for Reducing the size of a git repository with git-replace

    Reducing the size of a git repository with git-replace

    In this post I show how you can split a git repo into 'current' and 'history' repos, and then join them again using git-replace as necessary…

     in  Git
  6. Banner image for Rewriting git history simply with git-filter-repo

    Rewriting git history simply with git-filter-repo

    In this post I describe how I used git-filter-repo in Docker to rewrite the history of a git repository to move files into a subfolder…

     in  GitDocker
  7. 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…

  8. Banner image for Generating sortable Guids using NewId

    Generating sortable Guids using NewId

    In this post I discuss the pros-and-cons of using integer vs Guids for IDs, and introduce NewId as an alternative to Guid with some nice properties…

     in  .NET Core
  9. 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 CoreASP.NET CoreDocker
Andrew Lock | .Net Escapades
Want an email when
there's new posts?