c-sharp My take on the Result class in C# Don't use exceptions for flow control, use a custom Result class instead!
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
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