Comparison of 6 Best Dependency Injection (DI) Inversion of Control (IoC) Containers
I have often questioned myself which IoC container would be suitable for this or that project best....
Replacement of Algorithm Testing with Testing of Effects Being Inserted
As I expected, Rule 8 from the article “Rules for Implementing TDD in Old Project” stating that we don’t need to test the...
Rules for Implementing TDD in Old Project
The article “Sliding Responsibility of the Repository Pattern” raised several questions, which are very difficult to...
More about Introduction of Time zones in long-lived Project
Some time ago, we started to adapt the system to the new market that requires support for time...
Sliding Responsibility of the Repository Pattern
During numerous discussions about the applicability of the Repository pattern, I noticed that people are divided into two groups. In this...
Swashbuckle (Swagger) Customization for WebAPI
Who has ever tested their WebAPI knows such tools as Postman or Advanced REST (extensions for Chrome). These tools are convenient in every...
DateTime to DateTimeOffset Transition
Imagine that you want to convert your system from one state to another. The initial state is when...