Skip to content

'CQRS' example using 'MediatR' and 'Vertical Slice Architecture'

Notifications You must be signed in to change notification settings

reiugit/CQRSMediatRExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CQRS example using MediatR

CQRS stands for “Command Query Responsibility Segregation”.

* CQRS
* MediatR
* CRUD Services
* Vertical Slice Architecture

Queries

  • ListProductsQuery
  • GetProductQuery

Commands

  • CreateProductCommand
  • UpdateProductCommand
  • DeleteProductCommand

Endpoints

  • List, Get
  • Create, Update, Delete

Logging

A MediatR behaviour is used for logging of all requests.

About

'CQRS' example using 'MediatR' and 'Vertical Slice Architecture'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages