dotnet Efficient file uploads with dotnet How to upload large files without allocating like crazy using dotnet
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
dotnet core Heartbeat logger in Dotnet Core How to monitor your dotnet core applications by using a heartbeat logger
c-sharp How C# Records will change my life The new record type will be a huge timesaver when working with immutable objects in C#