Top 20 NuGet ef Packages

EF4 provider for N-Tier Entity Framework.
N-Tier Entity Framework server base library.
Common base library N-Tier Entity Framework.
N-Tier Entity Framework client base library.
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 library that extends the functionality of Entity Framework 6 by adding batch update, future queries and audit logs.
A library that extends the functionality of Entity Framework 5 by adding batch update, future queries and audit logs.
GeoJSON for EntityFramework is a .net library that allows you to create GeoJSON output from EntityFramework Spatial Data or WKT inputs. In other words, It serializes different type of geometry objects to GeoJSON. It's not limited to only EF entities but It can serialize WKT inputs as well. Fe...
A scalable way of composing EntityFramework type configuration classes using MEF.
ThinkNet integration with EntityFramework.
Enity framework does not support full-text search predicates still. For EFv6, you can make a workaround using interception. The idea is to wrap search text with some magic word during inside plain String.Contains code and use interceptor to unwrap it right before sql is executed in SqlCommand.
Entity Framework testing library part of Georadix.NET, a framework for building great .NET apps.
Implementation of generic repository pattern with a few utility methods.
A library of core helpers, extensions, constants, enums and other useful things for all .NET projects using EF.
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.
Реализация стандартного CRUD на базы EF Code first.
Хелпер для авторегистрации репозиториев библиотеки Rikrop.Core.Data.
DCommon data adapter for Entity Framework
Testing helpers for using NSubstitute with EntityFramework.
Datagrid component for Entity Framework This component is used for dynamic generation of tables with search / sort / pagination. All select used in this component will always make ONLY three queries to the database, 2 counts (total / filtered) and the select that will retrieve the data ALREADY paged...