m-r
m-r copied to clipboard
Simple CQRS example
Results
11
m-r issues
Sort by
recently updated
recently updated
newest added
Thanks for great code! I have question: what purpose of internal struct `EventDescriptor`? https://github.com/gregoryyoung/m-r/blob/master/SimpleCQRS/EventStore.cs#L17 Why I should store some kind of event envelope instead of event itself?