I\'m getting started with CQRS, and though开发者_JAVA技巧t It would make the most sense to use the Command object as the Model on my forms.I can take advantage of some of the client-side validation fo
I\'m in the process of doing the analysis of a potentially big web site, and I have a number of questions.
I understand the difference between commands and events but in a lot of cases you end up with redundancy and mapping between 2 classes that are essentially the same (ThingNameUpdateCommand, ThingNameU
i\'m thinking about how i would like to structure my query/read layer for my application and i think what i am going to do is create database views to flatten out the model and use entity framework fo
When debugging a CQRS dev env - do you bother developing with the 开发者_StackOverflow社区esb running? Or do you fake the esb?That would depend on what you want to test.
am I reading up on CQRS and like the concept, but finds it a bit different against \"normal\" development. I did find an \"problem\" that I haven\'t found any good example of how to implemented. And t
I\'m probably going开发者_如何转开发 to be using NService bus, I understand that the dispatcher of events is going to publish the events to the subscribers but i\'m wondering if it\'s correct to publi
I\'m moving from pure DDD paradigm to CQRS. My current concern is with Event Sourcing and, more specifically, organizing Event Store. I\'ve read tons of blogs posts but still can\'t understand some th
Need to decide about architecture and design of one Silverlight application i\'m building. App is for requirements/issue tracking.
Using NService Bus. 2.00.19 (with MSMQ and SQL 2008) We want to import data into our system. The files could be quite la开发者_如何转开发rge so we have Background Processor that will read a message fr