Software-Pattern.org
Patterns
Categories
Books
Authors
About
Login
Event Sourcing
Architectural Pattern
Use an append-only store to record the full series of events that describe actions taken on data in a domain, rather than storing just the current state, so that the store can be used to materialize the domain objects.
Links
Event Sourcing pattern on MSDN