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 I show an approach to configuring environment specific services using naming conventions built into the Startup class and the WebHostBuilder.…
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.…
Stay up to the date with the latest posts!