Eventual is a Event Sourcing framework for .NET
PM> Install-Package Eventual
I wanted a functional easy to get started event sourcing library for .NET so I made Eventual.
- Entities should never expose state
- Behavious should only return events, and never throw exceptions