My Own Mediator for .NET (Dom.Mediator)
Introduction
The Mediator pattern is a common architectural approach used to reduce coupling and to structure application logic around explicit requests and handlers. It helps keep orchestration separate from business logic and makes systems easier t...
blog.andresantacroce.com10 min read