Top 20 NuGet ef Packages

Intregration SQL Server database with repository pettern and also losely couple code.
Shared test suite for Entity Framework Core relational database providers.
Shared test suite for Entity Framework Core database providers.
File repository helper classes for SQL Server. Allows files to be uploaded and downloaded as streams.
This is an entity framework core manager which uses base repository pattern for models, caching of result and transaction base architecture
Entity Framework: Bulk Insert, BulkSaveChanges, Bulk Update, Bulk Delete, Bulk Merge, and Bulk Synchronize. Support: SQL Server, SQL Azure, PostgreSQL Coming soon: SQL Compact, Oracle, MySQL, and SQLite This library is NOT FREE. Trial period always stops at the end of the month.
EFHooks simplifies the task of hooking code into EF Code First's extension points and separates concerns to make it easy to unit test your hooking code.
Zero Framework is .NET based framework for rapid development of thick client applications using agile methodologies. It uses EF Code First, Caliburn.Micro, custom message-based comunication running over WCF and MEF for dependency resolution.
Translates computed properties in LINQ queries into their implementation (based on Microsoft.Linq.Translations).
EF Repository for Ndf
As in, "where is my...?" Adds a Context property to your Entity Framework entities that holds a reference to the original ObjectContext or DbContext from which the entity was created.
Pre-release and experimental implementations of potential future library features. No support is provided; use this to provide feedback and help shape ODataLib's future. Targets .Net 4.0.
EFHooks simplifies the task of hooking code into EF Code First's extension points and separates concerns to make it easy to unit test your hooking code.
Classes to serialize, deserialize and validate OData payloads. Enables construction of OData producers and consumers. Targets Windows Phone 7.1/8.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets Windows Phone 7.1/8.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
Entity Framework is Microsoft's recommended data access technology for new applications.
Utility extension methods for Entity Framework. Includes Between for strings, greaterthan, lessthan. Recursive for IEnumerable is also a part of this package.
The UnitOfWork package provides a lightweight starter kit for using the UOW, and Repository patterns with Entity Framework. It has been implemented in an easily testable way, so that you can mock data access to make testing easier.
Provides a starter kit for unit testing UOW/Repositories with EF. Compliments the UnitOfWork package.
EFEagerLoad allows you to easily and selectively eager load your Entity Framework entities (Collections and straight entities) using isolated project model selectors.