site image
Andrew Lock avatar

Andrew Lock

ASP.NET Core
  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 Url culture provider using middleware as filters in ASP.NET Core 1.1.0

    Url culture provider using middleware as filters in ASP.NET Core 1.1.0

    Adding a URL culture provider using middleware as filters - Part 2

    In this post I show how you can use the 'middleware as filters' feature of ASP.NET Core 1.1.0 to easily add request localisation based on URL segments…

  5. Banner image for Exploring Middleware as MVC Filters in ASP.NET Core 1.1

    Exploring Middleware as MVC Filters in ASP.NET Core 1.1

    Adding a URL culture provider using middleware as filters - Part 1

    This post takes a look at the code behind the 'Middleware as Filters' feature that is coming to ASP.NET Core, looking at how the feature is implemented.…

  6. Banner image for Adding a URL culture provider using middleware as filters

    Adding a URL culture provider using middleware as filters

    In this series I describe how to use middleware as an MVC filter to add request localisation to your app.…

  7. Banner image for Troubleshooting ASP.NET Core 1.1.0 install problems

    Troubleshooting ASP.NET Core 1.1.0 install problems

    In this post I show how I fixed some issues I encountered when installing the .NET Core 1.1.0 preview 1 SDK. The 1.1.0 RTM is out now, but it still applies!…

     in  ASP.NET Core Installation .NET Core
  8. Banner image for Making ConcurrentDictionary GetOrAdd thread safe using Lazy

    Making ConcurrentDictionary GetOrAdd thread safe using Lazy

    This post explores the GetOrAdd function of ConcurrentDictionary, the level of thread safety it provides, and ways to add additional threading constraints.…

     in  ASP.NET Core Source Code Dive
  9. Banner image for Adding Cache-Control headers to Static Files in ASP.NET Core

    Adding Cache-Control headers to Static Files in ASP.NET Core

    In this post I'll show how you can add caching headers to the files served by the StaticFileMiddleware to increase your site's performance.…

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