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.
asp.net core Select action method based on header value - ASP.NET Core Shows how to use IActionConstraint to select a specific action method based on a header.
dotnet Efficient file uploads with dotnet How to upload large files without allocating like crazy using dotnet
mongodb MongoDB - Missing discriminator array when doing upserts with UpdateOneModel Upserts in combination with UpdateOneModel does not append the discriminator field. I'll show you some workarounds.