Library for simple event sourcing.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 3.0.0-pre9 |
Author(s): | David Rettenbacher |
Last Update: | Monday, November 21, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/warappa/SimpleEventSourcing |
NuGet Url: | https://www.nuget.org/packages/SimpleEventSourcing.EntityFrameworkCore |
Install
Install-Package SimpleEventSourcing.EntityFrameworkCore
dotnet add package SimpleEventSourcing.EntityFrameworkCore
paket add SimpleEventSourcing.EntityFrameworkCore
SimpleEventSourcing.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- SimpleEventSourcing(>= 2.0.0)
- Dotfo.EntityFrameworkCore.DbContextScope(>= 1.0.0)
- Microsoft.EntityFrameworkCore(>= 2.1.4)
- Microsoft.EntityFrameworkCore.Relational(>= 2.1.2)
- Microsoft.EntityFrameworkCore.SqlServer(>= 2.0.1)
- System.ComponentModel.Annotations(>= 4.5.0)
- System.Data.SqlClient(>= 4.5.1)
Tags