CQRS.Light.Testing.MSTest

A MongoDB Repository Implemenation


Keywords
CQRS.Light, DDD, Domain, Driven, Design, CQRS, Event, Sourcing, EventStore
License
MIT
Install
Install-Package CQRS.Light.Testing.MSTest -Version 1.1.0.5

Documentation

CQRS.Light 1.1.0.2

A simple CQRS and Event Sourcing Framework

Forked from the excellent aksharp/DDD.Light

Build status Version

This is still very much work in progress. If you do encounter any bugs please create an issue. Thanks

Quick Start

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

Continue with the CQRS.Light Quickstart guide