Top 20 NuGet Packages depending on NETFx Patterns: Event Sourcing

Total dependencies: 6

Implements an event store using Entity Framework, with event payloads persisted using the configured serializer.
Useful for testing domains that leverage event sourcing
Simple example of a domain object with logic that leverages event sourcing.
Implements a very simple unoptimized store for the file system.
Provides reusable extensions that make implementing an event store over an underlying IQueryable repository trivial.
Provides additional behavior to the Event Sourcing package DomainObject partial class to allow auto wiring of event handlers using conventions.