Skip to content

Instantly share code, notes, and snippets.

View jmkelly's full-sized avatar

James Kelly jmkelly

  • Coffs Harbour, Australia
View GitHub Profile
@hyrmn
hyrmn / EndToEndTests.cs
Created July 29, 2012 16:27
My incomplete but evolving understanding of CQRS
using System;
using System.Reflection;
using CommonDomain;
using CommonDomain.Core;
using CommonDomain.Persistence;
using CommonDomain.Persistence.EventStore;
using EventStore;
using EventStore.Dispatcher;