Implementing & Testing Repository Pattern using Entity Framework

Implementing & Testing Repository Pattern using Entity Framework

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...
Test Driven Development (TDD) with Python

Test Driven Development (TDD) with 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...