In this post I show how you can configure dependency injection so that different services will be injected when you are in a development environment.…
In this post we take a look at the differences between OpenID Connect and OAuth, and how to use Open ID Connect in your ASP.NET Core application.…
In this post I show how you can use Session state and TempData to implement the POST-REDIRECT-GET (PRG) design pattern in your ASP.NET Core application.…
In this post I look at the OAuth 2.0 protocol as it pertains to ASP.NET Core applications, explaining the flow between the user and your application, using…
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 this post, we take a look at the JwtBearerAuthenticationMiddleware, looking at how it is implemented in ASP.NET Core as a means to understanding…
Stay up to the date with the latest posts!