netfx-Patterns.EventSourcing
1.0.0.3
See the version list below for details.
dotnet add package netfx-Patterns.EventSourcing --version 1.0.0.3
NuGet\Install-Package netfx-Patterns.EventSourcing -Version 1.0.0.3
<PackageReference Include="netfx-Patterns.EventSourcing" Version="1.0.0.3" />
paket add netfx-Patterns.EventSourcing --version 1.0.0.3
#r "nuget: netfx-Patterns.EventSourcing, 1.0.0.3"
// Install netfx-Patterns.EventSourcing as a Cake Addin #addin nuget:?package=netfx-Patterns.EventSourcing&version=1.0.0.3 // Install netfx-Patterns.EventSourcing as a Cake Tool #tool nuget:?package=netfx-Patterns.EventSourcing&version=1.0.0.3
Provides the core APIs to implement the event sourcing pattern and an application event bus.
Learn more about Target Frameworks and .NET Standard.
-
- netfx-Guard (>= 1.3.0)
- netfx-System.Collections.Generic.DictionaryGetOrAdd (>= 1.1.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on netfx-Patterns.EventSourcing:
Package | Downloads |
---|---|
netfx-Patterns.EventSourcing.EF
Implements an event store using Entity Framework, with event payloads persisted using the configured serializer. |
|
netfx-Patterns.EventSourcing.Queryable
Provides reusable extensions that make implementing an event store over an underlying IQueryable repository trivial. |
|
netfx-Patterns.EventSourcing.Sample
Simple example of a domain object with logic that leverages event sourcing. |
|
netfx-Patterns.EventSourcing.InMemory
Useful for testing domains that leverage event sourcing |
|
netfx-Patterns.EventSourcing.AutoWire
Provides additional behavior to the Event Sourcing package DomainObject partial class to allow auto wiring of event handlers using conventions. |
GitHub repositories
This package is not used by any popular GitHub repositories.