Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Yves Reynhout
Yves Reynhout has asked
2
questions and find answers to
30
problems.
Stats
641
EtPoint
185
Vote count
2
questions
30
answers
About
@yreynhout
Yves Reynhout questions
Yves Reynhout answers
Event Sourcing: Replaying events to sub entities in aggregate
Should the rule "one transaction per aggregate" be taken into consideration when modeling the domain?
How is a delete of an aggregate root handled in DDD?
Communication between Bounded Contexts
In CQRS, should my read side return DTOs or ViewModels?
Best Place To Save Domain To Write Database In CQRS (Command Handler or Domain Event Handler)
How to handle concurrent constraints across aggregate roots
Validation and Bugfixing in CQRS
CQRS - allowed dependencies for building read model using events and other sources of information
Is it possible to make conditional inserts with Azure Table Storage