c-sharp Using embedded files in dotnet core Two different implementations for reading embedded resources in c-sharp.
c-sharp Sorting (really) large files with C# I show you how to sort enormous text files in a really efficient way using the External Merge Sort algorithm.
dotnet core You're (probably still) using HttpClient wrong and it is destabilizing your software I try to optimize the fetching and deserialization of data in dotnet core as much as possible. HttpClientFactory and streams are my best friends.