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.
System.Text.Json Some basic query support for System.Text.Json - (JSONPath inspired) Shows how to select and remove properties on a JsonObject using some custom extension methods.
asp.net core Unable to unprotect the message.State - ASP.NET Core When dealing with multiple external providers, it's important to use unique callback paths.
c-sharp Prefix IDistributedCache keys By using the decorator pattern we can handle prefixing of IDistributedCache keys in a single place