/PlayingWithMediatR

Try out a CQRS like pattern with MediatR. Global error handling. In-memory EF. AutoMapper.

Primary LanguageC#

Playing with MediatR

This ASP.NET web application serves as an example of how to use the MediatR framework.

Separate branch with the .NET Core 2.2 version.

What is MediatR?

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

If you are familiar with Command Query Responsibility Segregation (CQRS), you will find a common ground.

In the example you can find