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