P&P: Repository and Specification Patterns
I’ve been using the Repository pattern but I’ve struggling with it a bit. Surfing the web returns good samples, the problem is that, after reading many posts about it, I came to the conclusion that there are two kinds of implementations.
First Approach: The Specific Repository
The specific repository implementation takes us to have a interface for [...]