Skip to content

LeftTwixWand/ModernCQRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository shows, how to implement CQRS architecture approach, using Autofac and MediatR libraries.

The main purpose is to create a simple app with clear CQRS requests processing behavior.

This repository demonstrates how to:

  • Set up the MediatR
  • Create custom Commands / Queries and its handlers
  • Add decorators for all types of request handlers
  • Add decorators only for Command or Query handlers
  • Use pipelines (MediatR Behaviours like request Pre Processors and Post Processors)

The sample app output:

Output

The architecture [OBSOLETE - needs to be updated to MediatR 12.0]

CQRS

Releases

No releases published

Packages

No packages published

Languages