dotnet Dotnet pack - include referenced projects Shows how to workaround the current limitations of dotnet pack when referencing other projects
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#
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