CQRS-Sample
CQRS-Sample copied to clipboard
Sample project for CQRS with Eventsourcing. RavenDB is used as the event store and a WPF Client as the UI. It's without eventual consistency.
Results
1
CQRS-Sample issues
Sort by
recently updated
recently updated
newest added
Cloned, Compiled, Run, Broken. Exception occurred within ``` c# private IStoreEvents GetInitializedEventStore(IPublishMessages bus) ``` after connected with RavenDB (I know because if I stop Raven I get a different error)....