Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 565 Bytes

File metadata and controls

10 lines (7 loc) · 565 Bytes

Simple Project with Mediator Pattern

This project is a study and implementation of the Mediator Pattern using the MediatR library. The Mediator Pattern helps to reduce the dependencies between objects by ensuring that they communicate via a mediator object. This project showcases how the pattern can be used effectively in a .NET application.

Features

  • Implementation of Mediator Pattern using MediatR.
  • Multiple endpoints demonstrating the use of the Mediator Pattern.
  • No database dependency.
  • Easy to extend and understand for educational purposes.