ASP.NET Core in Action, Second Edition supports .NET 5.0. Buy the book in MEAP now, and get the chapters as they're written. You even get a free copy of the first edition of ASP.NET Core in Action!
In this post, we take a look at the JwtBearerAuthenticationMiddleware, looking at how it is implemented in ASP.NET Core as a means to understanding…
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…
This post shows how you can inject services when configuring IOptions implementations in your Startup class. By implementing the IConfigureOptions interface…
In this post I go into detail about how AuthenticationMiddleware is implemented in ASP.NET Core, using the CookieAuthenticationMiddleware as a case study.…
This is the first in a series of posts on authentication and authorisation. In this post, I'm going to talk about claims-based authentication works in ASP…
In this post I show how we can fork the ASP.NET Core middleware pipeline to allow serving tenant-specific files using SaasKit and some custom Middleware.…
Stay up to the date with the latest posts!