Implements an event store using Entity Framework, with event payloads persisted using the configured serializer.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.0.10 |
Author(s): | Daniel Cazzulino, kzu, Clarius |
Last Update: | Monday, January 23, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://netfx.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/netfx-Patterns.EventSourcing.EF |
Install
Install-Package netfx-Patterns.EventSourcing.EF
dotnet add package netfx-Patterns.EventSourcing.EF
paket add netfx-Patterns.EventSourcing.EF
netfx-Patterns.EventSourcing.EF Download (Unzip the "nupkg" after downloading)
Dependencies
- netfx-Patterns.EventSourcing(1.0)
- netfx-Patterns.EventSourcing.Queryable(1.0)
- netfx-Guard(1.3)
- netfx-System.ISerializer(1.0)
- netfx-System.ITimestamped(1.0)
- netfx-System.SequentialGuid(1.0)
- EntityFramework(4.2)
Tags