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.8 |
Author(s): | Francisco Ibarra |
Last Update: | Thursday, August 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/iscfgibarra/applabs-entityframework |
NuGet Url: | https://www.nuget.org/packages/AppLabs.EntityFramework |
Install
Install-Package AppLabs.EntityFramework
dotnet add package AppLabs.EntityFramework
paket add AppLabs.EntityFramework
AppLabs.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.2.0)
Tags
Core con los patrones
Repositorio (Repository) y Unidad de Trabajo (Unit of Work) por defecto.