关于[Simple Event Sourcing Demo in C#]的摘要:
The sample application is kept quite simple. It is based on the Ship Tracking Service sample provided by Martin Fowler on his site (check Introduction for details). The remainder of this article explains the implementation of the sample code. Please note, as I only want to explain the pattern behind event sourcing I did not introduce any professional messaging infrastructures (e.g. NServiceBus) and associaties queueing mechanisms, as we should normally rely on in a production system.
原文地址: https://www.codeproject.com/Articles/1212100/Simple-Event-Sourcing-Demo-in-Csharp