CQRS
CQRS Commands as Models for POST actions
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[详细]
2023-03-21 22:16 分类:问答Architecture of an ASP.NET MVC application
I\'m in the process of doing the analysis of a potentially big web site, and I have a number of questions.[详细]
2023-03-20 01:49 分类:问答Event Sourcing Commands vs Events
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[详细]
2023-03-19 19:55 分类:问答query/reporting layer design question (DDD/CQRS)
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[详细]
2023-03-19 07:29 分类:问答Debugging CQRS Applications
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.[详细]
2023-03-19 01:53 分类:问答Access same data from 2 diffrent aggregates in CQRS
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[详细]
2023-03-18 22:32 分类:问答When publishing commands in CQRS what method should I use
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[详细]
2023-03-18 18:41 分类:问答Event Sourcing using NHibernate
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[详细]
2023-03-18 00:28 分类:问答Querying RavenDb from Silverlight
Need to decide about architecture and design of one Silverlight application i\'m building. App is for requirements/issue tracking.[详细]
2023-03-17 16:45 分类:问答Importing data using NService Bus
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[详细]
2023-03-15 17:06 分类:问答