neventstore
JOlivier EventStore difference and usage of StreamRevision and CommitSequence?
When looking to JOlivers \"EventStore\", I see that StreamRevision and CommitSequence are the same if you only commit 1 event. And it is the StreamRevision that is used to select events with.[详细]
2023-04-10 20:49 分类:问答CommonDomain/EventStore Interface Fetching
I\'d like to access my aggregate root by an interface it implements: repository.GetById[[IMyInterface]](id);[详细]
2023-04-06 15:47 分类:问答NEventStore CommonDomain: Why does EventStoreRepository.GetById open a new stream when an aggregate doesn't exist?
Please explain the reasoning behind making EventStoreRepository.GetById create a new stream when an aggregate doesn\'t exist. This behavior appears to give GetById a dual responsibility which in my ca[详细]
2023-04-05 07:37 分类:问答How to use interface as events in CommonDomain and NEventStore?
I\'m conducting a test using JOlivers CommonDomain and EventStore with NServiceBus. I need to raise an event in my Aggregate like this:[详细]
2023-04-01 19:31 分类:问答NES (.NET Event Sourcing) transactions fail?
I\'m trying the NES 0.3 (https://github.com/elliotritchie/NES) but are having some trouble understanding what happens. I\'m running the sample application where I have changed EventStore configuration[详细]
2023-03-30 02:34 分类:问答How to use EventStore to built up new application views in praxis?
Yes, something similar has been asked at least a couple of times before. Thus I know the answer: You just replay the events on the new handler, simple. But having a go at an actual implementation rais[详细]
2023-03-29 05:21 分类:问答examples of testing the domain using joliver commondomain/eventstore
I\'m looking for good examples of testing the domain using JOlivers CommonDomain and EventStore I have been watching greg youngs videos and he has a nice simple abstract aggregate root test fixture.[详细]
2023-03-25 19:33 分类:问答J Oliver EventStore - Saga Examples
I was wondering if there is any documentation/guidance on using Saga\'s and the EventStore. Part of my co开发者_如何学Pythonnfusion is that when you look at using a Service Bus like NServiceBus or Mas[详细]
2023-03-23 21:51 分类:问答J Oliver EventStore V2.0 CommonDomain Snapshot
Whats considered best practice to take Snapshots of the aggregates when using EventStore and CommonDomain (Is there a be开发者_如何学运维tter place to ask, usergroup, something like that) ?Stack Overf[详细]
2023-02-28 08:13 分类:问答NEventStore problem configuring SQL dialect
I am working on a prototype CQRS implementation and trying to use Jonathan Oliver\'s event store with MS SQL server:[详细]
2023-02-25 14:41 分类:问答