Jeff-Lewis / CQRS-in-Azure

...with lokad cqrs and without ncqrs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CQRS in Azure

This is a simple example showing a nice CQRS application running inside of Windows Azure.

I'm using three projects to accomplish different areas of the application.

Lokad CQRS

This is a great service bus written for Windows Azure. Very well written code and very active.

CommonDomain

For DDD style semantics

EventStore

A very configurable Event Store.

To Run this Project

Just change your settings in Azure/ServiceConfiguration.cscfg and press F5.

About

...with lokad cqrs and without ncqrs.