Skip to content

saintedlama/CQRS-Sample

 
 

Repository files navigation

CQRS Sample with eventsourcing. RavenDB is used as the eventstore and for the read side.
There are two sample clients: one WPF Client with a nice UI and one console application for a quick start. 
It uses RavenDB in server mode - don't forget to start RavenDB.Server.exe

Visual Studio 2010 Solution using .Net Framework 4.
Set the project CQRSSample.WpfClient as you start-project.

It's based on samples by Mark Nijhof: https://github.com/MarkNijhof/Fohjin
Greg Young: http://github.com/gregoryyoung/m-r
http://dddsamplenet.codeplex.com/
and uses the eventstore and commondomain libraries by Jonathan Oliver: https://github.com/joliver/
The WPF Client uses Caliburn.Micro: http://caliburnmicro.codeplex.com/

About

Sample project for CQRS with Eventsourcing. RavenDB is used as the event store and a WPF Client as the UI. It's without eventual consistency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.0%
  • Batchfile 5.0%