A sample application demonstrating the CQRS pattern in ASP.NET Core using MediatR
Showing how to decouple application logic from webapi using the mediator pattern.
Demonstrates simple queries, async commands, and pipelines initiated from a web request.
This is based on the template application currently provided through dotnet new webapi
.
Please check the wiki for full explanation of approach and implementation.
Twitter: @bran_irl