Archives
-
Entity Framework and Repository Pattern
In this post I will try to explain why the Repository Pattern is not redundant when we use an ORM like Entity Framework in our application.
-
Explaining the Repository Pattern
In this post I will try to define the Repository Pattern, explain what it is and how we must use it in my own words and according to my experience as a software engineer.