##Introduction
This project provides a simple way to separate Queries from Commands and update the View in real time using SignalR
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".
Remeber to download and install first the [Chinook database for SQL Server 2008] ( http://chinookdatabase.codeplex.com/)
This project is licensed under the MIT license