Skip to content

eyupgevenim/MediatRSample

Repository files navigation

.Net Core MediatR Sample

Simple mediator implementation in .NET

In-process messaging with no dependencies.

Supports request/response, commands, queries, notifications and events, synchronous and async with intelligent dispatching via C# generic variance.

  • Mediator Pattern


  • MediatR

References :

MediatR wiki.
MediatR with NuGet:
wikipedia.org
refactoring.guru
dofactory.com