Unit Testing compendium

I often hear developers saying they’d like to write tests or when was the last time they wrote unit test. That’s why I decided it’s good idea to write post about “how to” unit testing. You’ll learn how to write tests with good practices, how to make tests independent from another classes. I’ll show you…

Read More

DbContext vs Repo and UOW

This topic was discussed by a lot of developers. It’s not hard to find good article about it, but only if you know what you are looking for. When I started working with EF it was much easier to find articles that gave wrong answer, that’s why for pretty long time I was using bad…

Read More