Persist domain data with ef core.
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 |
Author(s): | Danvic Wang |
Last Update: | Saturday, April 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Ingos.Domain.Persistence.EntityFrameworkCore |
Install
Install-Package Ingos.Domain.Persistence.EntityFrameworkCore
dotnet add package Ingos.Domain.Persistence.EntityFrameworkCore
paket add Ingos.Domain.Persistence.EntityFrameworkCore
Ingos.Domain.Persistence.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Ingos.Domain.Abstractions(>= 1.0.0)
- Microsoft.EntityFrameworkCore(>= 3.1.3)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.3)
Tags