dotnet Read only properties on Domain object using Entity Framework Core Storing immutable domain objects directly with Entity Framework Core using value converters and private backing fields to handle read-only collections and custom types.
asp.net core JOS.Enumeration - Minimal API support Binding enumerations in ASP.NET Core Minimal APIs using TryParse and BindAsync methods for parameter binding.
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.
jos.enumeration JOS.Enumeration - Now using source generators By using source generators, we can speed up the retrieval of enumeration values quite a bit!