Skip to content

A Simple CQRS example for Chinook Database using Castle Windsor as routing mechanism

License

Notifications You must be signed in to change notification settings

mravinale/simple-cqrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Introduction

This project provides a simple way to separate Queries from Commands and update the View in real time using SignalR

Way?

CQRS provides a very valuable insight: "how you read and query data is probably very different from how you manage, update, and manipulate data. You don’t have to have a picture-perfect implementation of CQRS to take advantage of this concept".

More information:

Requirements

Remeber to download and install first the [Chinook database for SQL Server 2008] ( http://chinookdatabase.codeplex.com/)

License

This project is licensed under the MIT license

About

A Simple CQRS example for Chinook Database using Castle Windsor as routing mechanism

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published