Using the Dot net client to subscribe to a catchup subscription, we are getting the events position in the stream from
aggregate.AllSubscriptionVersion = string.Format(CultureInfo.InvariantCulture, @"{0},{1}", resolvedEvent.OriginalPosition.Value.CommitPosition, resolvedEvent.OriginalPosition.Value.PreparePosition);
Can we reliably derive from the Commit and Prepare Positions which event came first?
… Am working on denormalised view update code
Cheerz, Dave