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
dotnet Prefix your http requests without touching the actual HttpClient code Prefix your http calls without modifying the actual HttpClient code using a custom DelegatingHandler