Skip to content

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

 
 
 

Contributors

Languages