Some time ago in the reporting project that my team and I are creating, we decided to introduce unit tests on different layers. This happened…
If you ever had a problem with your query timing out due to filtering by too many ids, you’ve come to the right place. You…
Trying to capture the software system’s architecture into one diagram can be hard. It might be even impossible for a complex system if there would…
DRY principle is about extracting repeatable code into smaller, reuseable units and using them instead. Big benefit of DRY is less code & requirements grouped…
Recently I’ve introduced integration tests in of .NET Core projects. It’s pretty simple as there’ great support from Microsoft.AspNetCore.Mvc.Testing and Microsoft.AspNetCore.TestHost nuget packages. I’ve used…
In our industry its often the case that two people are used loosely, incorectly. So let’s start with definition given by Martin Fowler. Definitions Refactoring…