CQRS
Business rule validators and command handler in CQRS
I am new to C开发者_高级运维QRS and I am tying to make sense of business rule validation within the write side (domain). I know that client side validation should be done in terms of valid date (requi[详细]
2023-02-18 21:33 分类:问答J Oliver EventStore V2.0 questions
I am embarking upon an implementation of a project using CQRS and intend to use the J Oliver EventStore V2.0 as my persistence engine for events.[详细]
2023-02-18 04:30 分类:问答What is a good read model for an ASP.NET MVC app using CQRS?
I am looking to develop an ASP.NET MVC app, which should have the capability to be run on Azure in the future. The app will be using the CQRS design pattern, which I am rather new to. The write model[详细]
2023-02-17 10:42 分类:问答Does validation in CQRS have to occur separately once in the UI, and once in the business domain?
I\'ve recently read the article CQRS à la Greg Young and am still trying to get my head around CQRS.[详细]
2023-02-15 15:27 分类:问答Recreate a graph that change in time
I have an entity in my domain that represent a city electrical network. Actually my model is an entity with a List that contains breakers, transformers, lines.[详细]
2023-02-15 13:47 分类:问答cqrs query performance
I\'d like to know when you should consider using multiple table in your query s开发者_开发技巧tore.[详细]
2023-02-13 14:05 分类:问答What dataccess technology is best suited for CQRS query Webservices?
What tools are people using for querying their Read database and populating DTO\'s? We currently have our R开发者_StackOverflow中文版ead model in a Sql2008 database and perform all our queries throug[详细]
2023-02-13 04:35 分类:问答How to "join" two Aggregate Roots when preparing View Model?
Assume that Book and Author are Aggregate Roots in my model. In read model i have table AuthorsAndBooks which is a list of Authors and Books joined by Book.AuthorId[详细]
2023-02-11 18:23 分类:问答CQRS Examples and Screencasts [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expe开发者_JAVA技巧rtise, but this question will likely so[详细]
2023-02-11 03:11 分类:问答Why are commands and events separately represented?
What is the difference between commands and events in architectures that emphasize events? The only distinction 开发者_JS百科I can see is that commands are usually sourced/invoked by actors outside th[详细]
2023-02-09 16:29 分类:问答