dotnet C# - Tips and Tricks 01 - Covariant return types Use covariant returns to override the return types of properties and/or methods
c-sharp Using records when implementing the builder pattern in C# Here I'm showing some alternative ways of implementing the builder pattern by using regular classes, records and the new init keyword
c-sharp Using embedded files in dotnet core Two different implementations for reading embedded resources in c-sharp
httpclient How to test configuration of HttpClient when using AddHttpClient Shows how to test the code written inside the AddHttpClient extension method
httpclient HttpClient - DelegatingHandler - Correlation Id Shows two different ways of forwarding correlation ids when using HttpClient in dotnet core