You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the asynchronous nature of the event handler in the last approach (11_DomainEventsMediatR), there is possibility to have the Name change go through the persistency layer before getting the exception and thus creating an inconsistent state. Correct me if I am wrong.