Aggregates.NET
Aggregates.NET copied to clipboard
.NET event sourced domain driven design model via NServiceBus and GetEventStore
Running rules in entities currently involve a lot of `If`'s `then`s, and `throw`s We can make this easier. There's a few changes I can make right off the bat -...
To reduce the need to replace the entire endpoint stream every upgrade - lets create projections for each namespace value in `[Versioned]` events and subscribe to each. Then, a replay...
Support event versioning
Low priority - up for grabs? https://github.com/JasperFx/Marten
In the rewrite, all endpoints are subscribing to $ce-SNAPSHOT Doesn't hurt anything, but there should be a way to detect a domain endpoint vs a read model endpoint to disable/enable...
### Is your feature request related to a problem? I want to minimise dependencies in my project by utilising framework dependencies wherever possible ### What solution would you like? I...
Closes #64