- Loading...
-
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"!
-
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.
-
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.…
-
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.…
-
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.…
-
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.…
-
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.…
-
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.…