Skip to content

Latest commit

 

History

History

Warehouse

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Twitter Follow Github Sponsors blog blog

Warehouse

  • simplest CQRS flow using .NET Endpoints,
  • example of how and where to use C# Records, Nullable Reference Types, etc,
  • No Event Sourcing! Using Entity Framework to show that CQRS is not bounded to Event Sourcing or any type of storage,
  • No Aggregates! CQRS do not need DDD. Business logic can be handled in handlers.

You can watch the talk on YouTube where I'm explaining the details of the implementation:

CQRS is Simpler than you think with C#11 & NET7