CQRS
CQRS and primary key: guid or not?
For my project, which is a potentially big web site, I have chosen to separate the command interface from the query interface. As a result, submitting commands are one-way operations that don\'t retur[详细]
2023-03-25 21:19 分类:问答examples of testing the domain using joliver commondomain/eventstore
I\'m looking for good examples of testing the domain using JOlivers CommonDomain and EventStore I have been watching greg youngs videos and he has a nice simple abstract aggregate root test fixture.[详细]
2023-03-25 19:33 分类:问答Do you use aggregate root (AR) types for event parameters in CQRS?
Do you use aggregate root (AR) types for event parameters? For example, the first method works with simple types but the second uses complex types. Why do you prefer the first or the second?[详细]
2023-03-25 15:14 分类:问答Architecture: simple CQS
I\'m thinking about applying CQS for my ASP.NET MVC web site, but in a very simple matter. I don\'t mean CQRS, because I want to use the same data source for query and command parts, and so I don\'t n[详细]
2023-03-24 12:56 分类:问答CQRS, should commands/events parameters contains everything we need?
my application uses CQRS, I have a case where I have a command \"AddApplicationToGroupCommand\" with following parameters:[详细]
2023-03-24 11:54 分类:问答Benefits of Ncqrs snapshots?
In preparation of a future application design, I\'ve started some investigations on CQRS-style applications and especially Ncqrs.[详细]
2023-03-24 04:21 分类:问答J Oliver EventStore - Saga Examples
I was wondering if there is any documentation/guidance on using Saga\'s and the EventStore. Part of my co开发者_如何学Pythonnfusion is that when you look at using a Service Bus like NServiceBus or Mas[详细]
2023-03-23 21:51 分类:问答CQRS 1st NF Read Model - to what extreme do you allow duplication?
I\'m starting out with my first real CQRS setup. I\'m building out the user registration part of the site, the domain and the write side are very familiar to me coming from a standard DDD \"style\". F[详细]
2023-03-23 07:16 分类:问答Is it right to read the event sourcing when we want history?
My application use CQRS architecture. Everything is performed through my aggregates, thus each user\'s action is saved as an event in my event source store.[详细]
2023-03-22 10:29 分类:问答CQRS, WPF, form filling
I\'ve just read the following cqrs article. It makes perfect sense, but didn\'t answer the question I was originally researching. Ignoring the question of whether it makes sense to do so, what would b[详细]
2023-03-22 03:54 分类:问答