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 An introduction to Session storage in ASP.NET Core

    An introduction to Session storage in ASP.NET Core

    Web applications often need to store temporary state data. In this article I discuss the use of Session state for storing data related to a particular user.…

     in  ASP.NET Core Session State
  5. Banner image for A look behind the  JWT bearer authentication middleware in ASP.NET Core

    A look behind the JWT bearer authentication middleware in ASP.NET Core

    In this post we look at the JwtBearerAuthenticationMiddleware as a means to understanding authentication in ASP.NET Core in general.…

     in  ASP.NET Core Security Auth Source Code Dive
  6. Banner image for How to set the hosting environment in ASP.NET Core

    How to set the hosting environment in ASP.NET Core

    Learn how to set the hosting environment in ASP.NET Core using environment variables on Windows and OS X, using your IDE, or by using command line arguments.…

     in  ASP.NET Core Hosting Environment
  7. Banner image for Access services inside ConfigureServices using IConfigureOptions in ASP.NET Core

    Access services inside ConfigureServices using IConfigureOptions in ASP.NET Core

    This post shows how you can inject services when configuring IOptions implementations in your Startup class using the IConfigureOptions interface.…

  8. Banner image for Exploring the cookie authentication middleware in ASP.NET Core

    Exploring the cookie authentication middleware in ASP.NET Core

    In this post I go into detail about how AuthenticationMiddleware is implemented in ASP.NET Core, using the CookieAuthenticationMiddleware as a case study.…

     in  ASP.NET Core Source Code Dive Auth Security
  9. Banner image for Introduction to Authentication with ASP.NET Core

    Introduction to Authentication with ASP.NET Core

    This is the first in a series of posts on authentication and authorisation. In this post, I talk about claims-based authentication works in ASP.NET Core.…

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