In a previous post I described setting up IdentityServer4 with ASP.NET Core 3.1. I thought I’ll create a new series of post for setting up Duende.IdentityServer v6 (“IdentityServer6”) using SQL Server and .NET 6.0. As before, I don’t want to …

Setup Duende.IdentityServer using SQLServer and External IDP’s Read more »

Sharing Entity Framework repositories across different frameworks was harder than I thought, so I created a recipe. I wanted to put my EF code inside a NuGet package, and from a consumer, I didn’t want to think about database stuff. …

EntityFramework Core 2.1 in .NET Standard 2.0 NuGet package Read more »