Skip to content

diegodocs/App.Cqrs.Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App.Crqs.Template

Summary

This project App.Crqs.Template cover concepts about:

3rd Party Nuget Packages

  • Autofac ( nuget.org )

0 - Core

App.Cqrs.Core is responsible for contract/interface definitions for commands and events on CQRS.

  • Commands are created and send to application
  • They are received by commandHandlers which apply domain changes
  • Each command can generate one or more events
  • Bus can publish all events
  • EventHandlers will receive all events, and it will update ReadModels / QueryModels.
  • QueryServices can ben consumed directly from front end

About

App.Cqrs.Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published