Sample projects some of which were based on courses from Pluralsight as a starting point
Working through plurasight Course ASP.NET Core 6 Blazor Fundementals with minor tweaks and additions
Working through pluralsight course Building a Data-driven ASP.NET Core 6 Blazor Server Application with EF Core
Working through pluralsight ASP.NET Core 6 Clean Architecture, while making tweaks along the way
Working through pluralsight course Using ASP.NET Core 6 Web API and NoSQL Databases, while making some minor updates with more to follow
Working through pluralsight Deplooying ASP.NET Core 6 Using Kubernetes, while making tweaks along the way
An implemented built primarily with Duende Identity Server of Microsoft Identity to serve as an IdP to various other solutions here
Working through pluralsight course Mapping Real-world Classes in EF Core 6, which is mostly using a console app to test the concepts, I'm planning to eventually add the site, maybe split the database across a few services (maybe using different databases) and moving to docker/kubernetes deployment
Working through pluralsight course Creating Background Services in ASP.NET Core 6 and .NET 6, while making tweaks and additions