I have a problem with Repository pattern - how to perform JOIN operations between several repositories. In this project, we use MVC, EF, DDD. I\'m aware that this kind of questi
One more thing. There is not 1:1 match for entity:repo. Only Aggregates should have a repository, not every single entity.