Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 831 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 831 Bytes

NEventStoreExample

Simple NEventStore implementation using CommonDomain to rebuild Aggregate state. Most of the code was found on:

The EventSpecification test was heavily inspired by Greg Young's Assert.That(We.Understand) skillcast.

I've also added EventualConsistencyTests replacing calls to deprecated SynchronousDispatch functionality using @larsw suggestion on NEventStore/NEventStore#360 (comment)