asp.net core Model bind multiple sources to a single class in ASP.NET Core How to model bind multiple sources to a single class
postgres Gotcha when using Postgres, NodaTime, Ef Core and Dapper We had a really annoying bug regarding NodaTime and Dapper. Our integration tests worked but not when calling the API via Postman...
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