EventSourcing.NetCore
EventSourcing.NetCore copied to clipboard
Examples and Tutorials of Event Sourcing in .NET
This ports `Sample/EventStoreDB/Simple/ECommerce/ShoppingCarts` to a) F# b) Equinox There are some variations introduced as part of the port: - In general, [idiomatic Equinox modules](https://github.com/jet/dotnet-templates#aggregate-module) tries to encapsulate the contracts and...
After the comment from @adrianiftode in https://github.com/oskardudycz/EventSourcing.NetCore/pull/41. I added an example of how to not need to define custom endpoints but have shortened extension method that will: - deserialise command,...
Oskar, If you guys decide you would like to move forward with introducing a full DocumentStoreFactory would you please keep in mind that my scenario doesn't directly match your example....
I think that at least I shall replace `DateTime` with `DateTimeOffset`. It might be worth also using new .NET samples with new `DateOnly` types. It might be worth considering providing...
`EventStoreDBExpectedStreamRevisionProvider` doesn't always return what's set in `If-Match`, it is because it's injected as a scoped instance, thus when it's set to a new version, it will still read the...