https://leanpub.com/eventmodeling-and-eventsourcing
Understanding Eventsourcing [Leanpub PDF/iPad/Kindle]
This book gives a detailed introduction to Eventsourcing and how to apply it in real world scenarios with a focus on implementation.
understandingeventsourcingleanpubpdfipad
https://learn.microsoft.com/en-us/dotnet/api/orleans.eventsourcing.journaledgrain-2.tentativestate?view=orleans-10.0
JournaledGrainTGrainState,TEventBase.TentativeState Property (Orleans.EventSourcing) | Microsoft...
Gets the current tentative state. Includes both confirmed and unconfirmed events.
propertyorleanseventsourcingmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/orleans.eventsourcing.journaledgrain-2.raiseconditionalevent?view=orleans-10.0
JournaledGrainTGrainState,TEventBase.RaiseConditionalEventTEvent Method (Orleans.EventSourcing)...
Raise an event conditionally. Succeeds only if there are no conflicts, that is, no other events were raised in the meantime.
methodorleanseventsourcing