This blog post was moved from the old blog. One way to learn something new is to write unit tests exploring a new library, that…
This blog post was moved from the old blog. One way to learn something new is to write unit tests exploring a new library, that…
In this blog post, I will demonstrate how to write a custom .NET CORE API version selector. While it’s easy and libraries provided all the…
Mapster brings some new ideas to object mapping world. Model generation, async custom actions after map, dependency injection. In this post, I will try to…
System.ComponentModel.DataAnnotations.Required validation doesn’t work how most people imagine it working. Required – it does have value, if the property is nullable and value is null…
In this short blog post I want to show how useful EF DB first approach is when testing. While working with legacy project you might…
Now that we have database migrations and API integration tests set up we can combine them together. In this post, I will go through some…
All source code can be found at my GitHub, clone repository, and run all tests. In this blog post, I will cover how to use…