Top 20 NuGet Entity Framework Packages

Contains shared dll's and managers for comman .net programming and data operations.
Entity contracts for using in MIF.EntityFrameworkCore.Extensions. Contains ICreationTrackable, IModificationTrackable, ISoftDeletable contracts.
Provider agnostic transaction sharing for Entity Framework Core; types specific to SQL Server databases.
Provider agnostic transaction sharing for Entity Framework Core; types specific to the in-memory provider.
SenseFramework.Data supports ORM tools like Entity Framework, NHibernate and also No-SQL. This library supports CodeFirst development for Entity Framework.
Contains shared dll's and extinsions for comman Asp.Net Core programming and data operations.
Decouples the read model from entities themselves. The read model is automatically generated at runtime from given projection/view interfaces. Essentially works like views for tables in RDBMS. See the project page for examples.
Implementation of pattern "Unit Of Work" for EntityFramework Core with some helpful features like integrated paging, transactions and other things
EF+ Query IncludeOptimized | Entity Framework Filter Child Collections and Optimize Include.
EF+ Query IncludeFilter | Entity Framework Include Related Entities using Where Filter.
Repository for Entity Framework 6.2
Core interfaces for .NET Identity.
Smartiks.Framework.Data.EntityFramework.Web
Creating a multilingual website with ASP.NET Core will allow your site to reach a wider audience. ASP.NET Core provides services and middleware for localizing into different languages and cultures. In order to extend built-in localization structure of ASP.net Core, I extended it and you can create X...
TransientContext is a simple tool for creating transient or disposable databases for integration testing. During integration testing TransientContext can be used to create a disposable database from an existing schema and drop the database after tests are complete.
EntityFrameworkCore UnitOfWork Repositories
Base configuration of entity entity framework ORM.
DNTFrameworkCore.EntityFramework
EntityFrameworkCore repository implementation
A very barebones implementation of EntityFrameworkCore. Supports basic CRUD interactions. Lots of untested features.