dotnet EF Core - Add a test to ensure that you don't forget to add new migrations Add a test that reminds you to create migrations (if you've forgotten).
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 Using embedded files in dotnet core Two different implementations for reading embedded resources in c-sharp
episerver New major version of JOS.ContentSerializer - Version 5.0 Bug fix and a breaking change in the new major version of JOS.ContentSerializer
dotnet Efficient file uploads with dotnet How to upload large files without allocating like crazy using dotnet