asp.net core Using http/2 with ASP.NET Core - Traefik/Kubernetes/container example Sometimes you NEED to speak http/2 "all the way" to the container. I will show you how to make Kestrel accept http/2 connections.
gitops GitOps with GitHub Actions and Argo CD Fully automated ci/cd flow using GitHub Actions and Argo CD.
nuget Multi-targeting your nuget packages Have the cookie and eat it to - support multiple framework versions when building nuget packages.
jos.enumeration Creating a Roslyn Analyzer to ensure that no duplicate values are added at compile time A custom Roslyn Analyzer with compile time support for detecting duplicate enumeration items when creating enumeration classes.
dotnet EF Core - Add a test to ensure that you don't forget to add new migrations Add a test that reminds you to create migrations (if you've forgotten).