Skip to content

wallaceiam/CQRS.Light

 
 

Repository files navigation

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

About

Get started with Domain Driven Design in .NET and MongoDB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 86.8%
  • CSS 10.8%
  • HTML 2.4%