Top 20 NuGet Packages

A customisable T4 template that generates Entity based Repositories from your EDMX file - simply edit the name of the EDMX file at the top of the TT file and run!
Entity Framework Repository
A customisable T4 template that generates POCO based Repositories from your EDMX file - simply edit the name of the EDMX file at the top of the TT file and run!
A customisable T4 template that generates Entity based Repositories from your EDMX file - simply edit the name of the EDMX file at the top of the TT file and run!
Entity Framework Auditable Repository
Entity Framework Auditing Context
EFAutomation is a convention based extension library for Entity Framework to automate several tasks currently cumbersome to do. It allows developers to create an Entity Framework based Context without having to specify each entity by putting it as DbSet<> as property.
A provider that allows caching Entity Framework queries and updates.
An EntityFramework DbContext with built in change auditing.
This package contains extensions for entity framework code first. This includes read/write repositories, global conventions and attribute conventions
Helps Entity Framework developers when using CodeFirst to improve the productivity.
Now works with Enums! Entity Framework Code First Seeder populates newly created databases with seed data from a simple XML file. You'll no longer need to create custom implementations of IDatabaseInitializer to hard code your seed entities. If updating from v0.9.x, you'll need to slightly mod...
Templates for generating context, entities, entity configurations, repositories, and db migrations configuration from Entity Framework model (edmx).
A package that implements Auditing for Entity Framework Core based DbContexts. It is extensible to allow other logging providers like MongoDB, Azure tables etc. Just inherit AuditingDbContext from your application's DbContext and use the overloaded SaveChange(string userName) instead of the standard...
Entity Framework Core Extensions (EFCE) provides extension methods to help build entities through Entity Framework Core.
Entity Framework Repository, Unit of Work Interfaces and Abstract DbContextRepository, DbContextUnitOfWork derived from Interfaces.
Implementation of generic repository pattern with a few utility methods.
Entity framework implementation of EASE database framework
An Entity Framework extension package / test app that caches with interceptor the select queries ran on the database and can suggest forgotten indexes in the same way that the Sql Server Tuning Advisor works for db admins
A library for intercepting EntityFramework actions, like insert, update and delete.