Handling Collections of Aggregate Roots – the Repository Pattern
Dealing with the oddities of a layer of Data Mappers is quite a burden, often dropped into a “code once/use forever” strategy. The situation can become more awkward when the model starts to bloat and increase in complexity, since additional mappers will be added over time. See how to build a repository from scratch so that you can see its inner workings and how it can tame such problems.








