site image
Andrew Lock avatar

Andrew Lock

  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 Logging using DiagnosticSource in ASP.NET Core

    Logging using DiagnosticSource in ASP.NET Core

    Although ILogger is the most common, there are actually three logging system in ASP.NET Core. In this post I show how to use the DiagnosticSource system…

  5. Banner image for Reloading strongly typed options in ASP.NET Core 1.1.0

    Reloading strongly typed options in ASP.NET Core 1.1.0

    In this post, I show how to use the new IOptionsSnapshot interface to reload strongly typed options when a configuration file changes in ASP.NET Core 1.1.0…

     in  ASP.NET Core Configuration
  6. Banner image for How to pass parameters to a view component

    How to pass parameters to a view component

    In this post I will show how you can pass parameters to a view component when invoking it from your view, from a controller, or as a tag helper.…

     in  ASP.NET Core View Components Front End Razor
  7. Banner image for An introduction to ViewComponents - a login status view component

    An introduction to ViewComponents - a login status view component

    In this post I use the example of a Login widget to introduce View Components. I show how to create them, how they're invoked, and the 1.1.0 Tag Helper syntax.…

     in  ASP.NET Core Razor View Components Front End
  8. Banner image for Understanding and updating package versions for .NET Core 1.0.3

    Understanding and updating package versions for .NET Core 1.0.3

    In this post I take a look at how platform versioning works in ASP.NET Core, and list the packages that have been updated in the latest 1.0.3 release.…

     in  .NET Core ASP.NET Core Versioning NuGet
  9. Banner image for Redirecting unknown cultures when using the url culture provider

    Redirecting unknown cultures when using the url culture provider

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

    In this post I show how to handle the case where a user requests a culture that does not exist, or we do not support, by redirecting to a supported URL culture.…

Andrew Lock | .Net Escapades
Want an email when
there's new posts?