30,934
Downloads
286
Downloads of v 2.0.11157
2011-09-22
Last update
EventStore
2.0.11157
The EventStore is a persistence library used to abstract different storage implementations when using event sourcing as storage mechanism. Event sourcing is most closely associated with a concept known as CQRS. The purpose of the EventStore is to represent a series of events as a stream. Furthermore, it provides hooks whereby any events committed to the stream can be dispatched to interested parties. The EventStore liberates application developers from this level of infrastructure awareness and concern by committing all work within a separate isolated atomic unit--all without using transactions. Furthermore, it does this outside of any ambient transaction from a message queue or other persistence mechanisms.
To install EventStore, run the following command in the Package Manager Console
PM> Install-Package EventStore
-Version 2.0.11157
Owners
Authors
Tags
Dependencies
This package has no dependencies.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| EventStore 3.2.0-beta1 | 4 | Tuesday, May 21 2013 |
| EventStore 3.0.11326.44 | 29089 | Tuesday, November 22 2011 |
| EventStore 3.0.11305.44 | 1187 | Tuesday, November 01 2011 |
| EventStore 3.0.11293.43 | 174 | Thursday, October 20 2011 |
| EventStore 3.0.11293.40 | 97 | Thursday, September 22 2011 |
| EventStore 3.0.11291.42 | 46 | Tuesday, October 18 2011 |
| EventStore 3.0.11280.41 | 51 | Friday, October 07 2011 |
| EventStore 2.0.11157 | 286 | Thursday, September 22 2011 |