About
First of all, thanks for visiting us. This blog is related to the Ncqrs Framework project that is hosted on GitHub.
Framework description
Command-Query Responsibility Segregation, or in short CQRS, is gaining more popularity in the community. This framework helps you to build a CQRS based application easy. It contains all the base component, including a nice sample application that proves the easiness.
Framework status
This framework is still in development stage. However, all major functionally of each building block is included. The framework doesn’t come with any documentation yet. But running the sample application will clarify things for sure. It will give you a nice idea of the Ncqrs can do for you.
Features
- Rich components to support a full CQRS architecture
- Easy Command mapping
- Domain event mapping
- Event sourcing support
- Event storage with MSSQL or MongoDB support
- Sample application that show a simple CQRS based application
- Easy to extend!
Running the sample application
There is a little sample application that you can explore to see how the Ncqrs Framework works. Read the quick readme here: Running the sample application

Great stuff. However, I’m getting errors – both from the github download source build (the tests fail) – as well as the codeplex code (I tried both)
I’m trying to get the sample to run.
Any help would be appreciated