I'm developing an application in ASP.NET MVC3 which uses CQRS pattern. The command side is made with Entity Framework, entities are mapped to tables in SQL Server. The query side is built on top of SQL views (also uses EF).I'm developing an application in ASP.NET MVC3 w