Librería para utilizar Entity Framework para el acceso a datos.
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.1.4 |
Author(s): | Kitpymes, Sebastian R Ferrari |
Last Update: | Wednesday, July 27, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://kitpymes.github.io/template-netcore-entityframework/ |
NuGet Url: | https://www.nuget.org/packages/Kitpymes.Core.EntityFramework |
Install
Install-Package Kitpymes.Core.EntityFramework
dotnet add package Kitpymes.Core.EntityFramework
paket add Kitpymes.Core.EntityFramework
Kitpymes.Core.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- Kitpymes.Core.Entities(>= 1.0.1)
- Kitpymes.Core.Repositories(>= 1.0.1)
- Kitpymes.Core.Shared(>= 1.0.7)
- Microsoft.EntityFrameworkCore(>= 3.0.0)
- Microsoft.EntityFrameworkCore.InMemory(>= 3.0.0)
- Microsoft.EntityFrameworkCore.Relational(>= 3.0.0)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.0.0)
- Microsoft.Extensions.Logging.Console(>= 3.0.0)
- Remotion.Linq(>= 2.2.0)
Tags