Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 5.1.0 |
Author(s): | Penguin.Persistence.EntityFramework |
Last Update: | Friday, January 27, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PenguinCms/Penguin.Persistence.EntityFramework |
NuGet Url: | https://www.nuget.org/packages/Penguin.Persistence.EntityFramework |
Install
Install-Package Penguin.Persistence.EntityFramework
dotnet add package Penguin.Persistence.EntityFramework
paket add Penguin.Persistence.EntityFramework
Penguin.Persistence.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Penguin.Cms.Entities(>= 5.0.1)
- Penguin.DependencyInjection.Abstractions(>= 5.0.1)
- Penguin.Reflection(>= 5.0.1)
- System.Data.SqlClient(>= 4.8.0)
- Z.EntityFramework.Classic(>= 7.1.14)
- EntityFramework(>= 6.3.0)
- EntityFramework.SqlServerCompact(>= 6.3.0)
- Microsoft.SqlServer.Compact(>= 4.0.8876.1)
- Penguin.Cms.Entities(>= 5.0.1)
- Penguin.DependencyInjection.Abstractions(>= 5.0.1)
- Penguin.Reflection(>= 5.0.1)
- System.Data.SqlClient(>= 4.8.0)
- EntityFramework(>= 6.3.0)
- Penguin.Cms.Entities(>= 5.0.1)
- Penguin.DependencyInjection.Abstractions(>= 5.0.1)
- Penguin.Reflection(>= 5.0.1)
- System.Data.SqlClient(>= 4.8.0)
Tags
Works as a PersistenceProvider for Penguin.Persistance.Abstraction repositories allowing for DI injected repositories with no EF references.