Repository Pattern in DDD – Joining Tables Query

Repository Pattern in DDD – Joining Tables Query

In this post I want to share some thoughts about Domain-Driven Design (DDD) and retrieving the data aggregated from multiple tables or documents while using a Repository pattern in your project. Sometimes the data structure needed does not fit any of the entities your Repository can return. How to deal with this and what possible solutions apply is the focus […]