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"...
c-sharp C# - Tips and Tricks 02 - Named tuples Use named tuples to improve the readability/usability of your code