=== A simple CQRS and Event Sourcing Framework
Forked from the excellent aksharp/DDD.Light
This is still very much work in progress. If you do encounter any bugs please create an issue. Thanks
- CQRS.Light.Contracts
- CQRS.Light.Core
- CQRS.Light.Repository.InMemory
- CQRS.Light.Repository.MongoDB
- CQRS.Light.Repository.MongoDB
- CQRS.Light.Testing.MSTest
Install the nuget packages using the Nuget Package Manager or from the command line
PM> Install-Package CQRS.Light.Contracts
PM> Install-Package CQRS.Light.Core
PM> Install-Package CQRS.Light.Testing.MSTest
PM> Install-Package CQRS.Light.Repository.InMemory
OR
PM> Install-Package CQRS.Light.Repository.MongoDB