issues
search
oskardudycz
/
EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
https://event-driven.io
Creative Commons Attribution Share Alike 4.0 International
3.42k
stars
515
forks
source link
Pragmatic Event Sourcing with Marten using Helpdesk domain
#161
Closed
oskardudycz
closed
2 years ago
oskardudycz
commented
2 years ago
Simplest CQRS and Event Sourcing flow using Minimal API,
Cutting the number of layers to bare minimum,
Using all Marten helpers like
WriteToAggregate
,
AggregateStream
to simplify the processing,
Examples of all the typical Marten's projections,
example of how and where to use C# Records, Nullable Reference Types, etc,
No Aggregates! Commands are handled in the domain service as pure functions.
WriteToAggregate
,AggregateStream
to simplify the processing,