Skip to content
Mark Seemann edited this page Sep 17, 2014 · 1 revision

Although AtomEventStore comes with a few usable storage implementations out of the box, it's designed around the SOLID principles in order to be reusable.

Additionally, AtomEventStore's most frequently accessed APIs are based on the already well-defined interfaces IEnumerable<T> and IObserver<T>.

Clone this wiki locally