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…
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…
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…