jos.enumeration JOS.Enumeration - System.Text.Json support Custom JsonConverter that only writes the integer value of our Enumeration class. It also supports deserialization by only supplying the Enumeration value.
jos.enumeration JOS.Enumeration - store in database (EF Core and Dapper) Adds support for storing JOS.Enumeration values in a database using EF Core and/or Dapper.
c-sharp Prefix IDistributedCache keys By using the decorator pattern we can handle prefixing of IDistributedCache keys in a single place
c-sharp Bonus - Builder Pattern with the implicit operator using c# By using the implicit operator we can skip the Build method on our builders
jos.enumeration Enumeration class in C# using records Let's see if we can optimize the Enumeration class provided by Microsoft in "eShopOnContainers"...