dotnet core Polymorphic deserialization with System.Text.Json How to do polymorphic deserialization with System.Text.Json by using a custom JsonConverter
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
httpclient Tidy up your HttpClient usage Quick tip of how to reduce boilerplate code when dealing with HttpClient
httpclient C# - How to throttle outgoing http requests - Concurrent This post focus on how to handle request rate limits when we are only allowed to send 10 requests at the same time