Top 20 NuGet Packages

Package Description
Package Description
Package Description
Interfaces & base types to describe ORM-mapped entities and their identities.
Comparing CRM Dynamics Entities.
This is an entity framework manager which assists in deploying base repository for models, caching of result and transaction base architecture
This is an entity framework manager which assists in deploying base repository for models, caching of result and transaction base architecture
Helper library for the awesome DefaultECS to compose complex entity hierarchies from templates. Implements template based entity composition with multiple inheritance and composition of hierarchy from any source, including text files.
Code Analyzers and Fixers for Common Entity Framework Issues built by .NET Compiler Platform ("Roslyn")
Allows configuration of properties by attributes on the model class
This package can manage bulk update and delete operations. You don't have to load the record to update or delete it.
Entity Framework Context Library (ECL) provides DbContextFactory to support mutliple DbContext instances within a UnitOfWork transaction scope through UnitOfWorkManager, using Entity Framework 7.
EFConvention 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.
Entity Framework Enum Helper
This package is extension for Entity frame work to use Unit of work pattern and generic repository. User does not need to create repositories for each Module, Just use this package in Business layer and this package will have repository for it. This also tracks the history for the records that gets ...
Call SQl Database and Oracle like Entity Framework Code first and with normal and async methods - Call Select - Call Stored Procedure - Insert , Update and Delete
General helpers to help DBAs use EF in a more natural way to them.
Entity framework record and play For record use DbInterception.Add(new InterceptionRecordOrPlay(@"a.zip", ModeInterception.Record)); For play use DbInterception.Add(new InterceptionRecordOrPlay(@"a.zip", ModeInterception.Play)); Source code at https://github.com/ignatandrei/EFRecordAndPlay
Small library that provides functionality for manipulating entities in Entity Framework.
A testing framework that wraps around Entity Framework 7 for easily Faking DbContext and DbSets