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.7 |
Author(s): | E&M - Eldor Temirov |
Last Update: | Saturday, November 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EM.EntityRepository |
Install
Install-Package EM.EntityRepository
dotnet add package EM.EntityRepository
paket add EM.EntityRepository
EM.EntityRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityRepository(>= 3.1.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Microsoft.EntityFrameworkCore(>= 3.1.0)
Tags
An event to work with the database. An abstract EMEntity class has been added that does not require the implementation of the IEMEntity interface when inheriting.
Общий шаблон репозитория EFCore - Основные свойства для модели базы данных.
Событие для работы с базой данных. Добавлен абстрактный класс EMEntity, который не требует реализовать интерфейс IEMEntity при наследования.