Jul 11, 2022 | .NET
There are many blog posts and misconceptions about Repository Pattern, especially since the introduction of the OR/M libraries, like Entity Framework. In this article, we will investigate why this pattern is still useful, what are the benefits of using it and how we...
May 24, 2021 | Python
The code that accompanies this article can be received after subscription * indicates required Email Address * Bugs! Every application has it and no matter how careful you are you will create one sooner or later. Especially if you are working on large enterprise...