Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 1.16 KB

File metadata and controls

9 lines (8 loc) · 1.16 KB

Twitter Follow Github Sponsors blog blog

Warehouse Minimal API

  • CQRS flow using Minimal API,
  • example how to inject handlers in MediatR like style to decouple API from handling,
  • 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.
  • 📝 Read more CQRS is simpler than you think with .NET 6 and C# 10