sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
593 stars 153 forks source link

IViewModelQuery #66

Closed alecwhittington closed 8 years ago

alecwhittington commented 12 years ago

Add IViewModelQuery to SharpArch.Web.Mvc. It should have one method, Query.

cd21h commented 9 years ago

Hi, could you please elaborate on this?

alecwhittington commented 9 years ago

This was to support the Q(uery) part of CQRS. It was part of the London teams WhoCanHelpMe reference application. I do not believe we made use of the original way they did it, so this never came to be.

cd21h commented 8 years ago

I believe this can be closed. https://github.com/Command-R/Command-R or similar libraries can be used for this.