Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 7.0.1 |
Author(s): | Rob Lohmann |
Last Update: | Sunday, October 15, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/roblohmann/CodeCube.DataAccess |
NuGet Url: | https://www.nuget.org/packages/CodeCube.DataAccess.EntityFrameworkCore |
Install
Install-Package CodeCube.DataAccess.EntityFrameworkCore
dotnet add package CodeCube.DataAccess.EntityFrameworkCore
paket add CodeCube.DataAccess.EntityFrameworkCore
CodeCube.DataAccess.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.EntityFrameworkCore(>= 3.1.9)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.9)
- Microsoft.EntityFrameworkCore(>= 3.1.9)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.9)
Tags
For .NETCore 3.x grab version 1.x or higher
For .NET6 grab version 6.x or higher
For .NET7 grab version 7.x or higher.