whats the use of Events in Domain folder? #737
Unanswered
avireddymatta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am try to understand this architecture, everything is new like CQRS and other things ( more used to repo pattern)
I got the CQRS pattern implementation
1# whats the use of Events in Domain folder? with out those events can't I do the Command Actions ( Create, Update, Delete)
2# I see in the DbContext, DispatchDomainEvents what it does? ( does this executes Events in Domain, all i see is constructor and class property assignment)
3# why do we need "Done" property in Entities
Beta Was this translation helpful? Give feedback.
All reactions