Top 20 NuGet entity Packages

Simple strongly typed interface for IQueryable-to-object mappings optimized for Entity Framework without reflection usages.
Entity Framework Fluent Repository pattern
Shared design-time test suite for Entity Framework Core relational database providers.
Idea.UnitOfWork.EntityFrameworkCore Class Library
Idea.Repository.EntityFrameworkCore Class Library
Idea.Query.EntityFrameworkCore Class Library
EntityFramework-specific component of the CRUD.NET package family, providing support for DDD-inspired C.R.U.D. functionality of .NET REST APIs and Microservices
A library to allow Dibware.StoredProcedureFramework to better integrate with Entity Framework. Documentation: https://github.com/dibley1973/StoredProcedureFramework/blob/master/UsingTheStoredProcedureFramework.md
Unit of work pattern for Idea framework.
This is a Generic Repository pattern to be used with Entity Framework to work with any model and DbContext.
Generically Typed Repository Class for EF Core models
IQueryable automatic projection device. Easily convert IQueryable<Entity> to IQueryable<Dto> var dtoQuery = query.ProjectTo<OrderDto>();
Premise is a library for .net core applications to support quick and easy scaffolding of applications. This package contains the neccessary classes to implement a generic repository pattern using Entity Framework.
Componente de Framework Apolo es un componente que ofrece clases que definen el contrato para una implementacion de repository, unit of work, entity, etc. Debe ser referenciado en la capa de dominio bajo una arquitectura domain driven design.
An EntityMapper and EntityRegister For EntityFrameworkCore 1.1.2
Ixq.Data仓储层,基于Entity Framework实现的数据访问。
Extension methods for object-object or dictionary-object or datatable-object mapping, single item mapping use [ item.Apply(()=>new { .. }); ],multiple array items mapping use [ items.Apply(a=>new { .. }); ]. Extension methods for SQL Window Function in Linq, use [ items.GroupBy(a =>...).AsPartition(...