Queries with Mediator and Command Patterns
I recently got a really great comment from my post on using Query Objects instead of Repositories. Although that blog post is now 2 years old, I still use the same concepts today in my applications. What I thought may be relevant is to elaborate more on why and when I use the mediator and command pattern for the query side. It may seem obvious on the command side, but not really needed on the query side. Here a portion of the comment from Chris: I’m struggling a bit to see the killer reason for using Query objects over repository. I can see… Read More »Queries with Mediator and Command Patterns