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#
httpclient HttpClient - Error handling, a test driven approach Shows how to handle a bunch of different tricky scenarios when dealing with HttpClient. Error handling, deserialization, timeouts...I've got you covered
dotnet core Dotnet Core - Custom ConfigurationProvider for Docker Swarm Secrets Shows how to read secrets stored in your docker swarm and use it as configuration in your dotnet core application
dotnet Dotnet Core - Filter out specific test projects when running dotnet test Quick example showing how to exclude tests in a certain project when running dotnet test