March 2024
Intermediate to advanced
806 pages
19h 50m
English
This chapter explores the Mediator design pattern, which plays the role of the middleman between the components of our application.
That leads us to the Command-Query Separation (CQS) pattern, which describes how to divide our logic into commands and queries.
Finally, we consolidate our learning by exploring MediatR, an open source implementation of the Mediator design pattern, and send queries and commands through it to demonstrate how the concepts we have studied so far come to life in real-world application development.
In this chapter, we cover the following topics:
Read now
Unlock full access