Extension package to Pastor.Domain to use Entity Framework Core as the orm to persist aggregates and entities.
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.3 |
Author(s): | Lwandile Mfundisi |
Last Update: | Wednesday, January 27, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Pastor.Domain.EntityFrameworkCore |
Install
Install-Package Pastor.Domain.EntityFrameworkCore
dotnet add package Pastor.Domain.EntityFrameworkCore
paket add Pastor.Domain.EntityFrameworkCore
Pastor.Domain.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.11)
- Pastor.Domain(>= 1.0.1)
Tags