GitXplorerGitXplorer
b

ASPCore_CQRS

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
957a9ed8c5a66dfe9a7cd776e0aa9bf9516db95d

Create README.md

bbrandon-irl committed 4 years ago
Unverified
fd07f15ccccfa22fc3a1f49d3d93bca7728e666c

Added logging pipeline behavior demonstration

bbrandon-irl committed 4 years ago
Unverified
71f03c9e4043ee1d50d436cd83d8555ce34caa20

Added MediatR Query and Command examples

bbrandon-irl committed 4 years ago
Unverified
fac65f0af41d3610327f7ac4d42598e7a4853531

initial commit

bbrandon-irl committed 4 years ago

README

The README file for this repository.

CQRS in ASP.NET Core

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