Top 20 NuGet Packages depending on EntityFramework
Total dependencies: 4898
A scalable way of composing EntityFramework type configuration classes using MEF.
It is simple and easy to use library, using this along with Entity Framework you would be able to perform CRUD (Create, Read, Update & Delete) operations without writing much code.
ThinkNet integration with EntityFramework.
Provide an EF-based framework in a shared repository for the API's of the DealerSocket Platform.
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.
Useful classes for testing bounded contexts of the DealerSocket Platform.
A simple forum solution for ASP.NET MVC 4 applications.
It has an EntityTypeConfiguration called MetadataEntityTypeConfiguration that allows auto map the EF entity using the information from metadata.
Offering you a complete abstraction of the UnitOfWork-Pattern with the basic CRUD-Operations, the Repository Pattern and extended functions like CustomRepositores all in one small lib. Made for the Entity Framework.
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.
Helpers for testing .net applications
A multiple instance and thread safe unique number sequence generator.
Replicates the create sequence transact-SQL functionality (http://msdn.microsoft.com/en-us/library/ff878091.aspx) in a .Net assembly.
Repository Pattern For Frankstein
Common nuget package required for TrackerEnabledDbContext & TrackerEnabledDbContext.Identity
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.