Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 473 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 473 Bytes

Eventual

Build status

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.

Rules of Eventual

  1. Entities should never expose state
  2. Behavious should only return events, and never throw exceptions