Top 20 NuGet Entity Framework Packages

The generic repository and unit of work pattern for entity framework
Entity Framework specific data layer configuration classes for MDM
SharpLite is an architectural framework for the development of well-designed, custom-built, ASP.NET MVC applications.
Microsoft SQL Server 提供一个称为 bcp 的流行的命令提示符实用工具,用于将数据从一个表移动到另一个表(表既可以在同一个服务器上,也可以在不同服务器上)。 SqlBulkCopy 类允许编写提供类似功能的托管代码解决方案。 还有其他将数据加载到 SQL Server 表的方法(例如 INSERT 语句),但相比之下 SqlBulkCopy 提供明显的性能优势。 使用 SqlBulkCopy 类只能向 SQL Server 表写入数据。 但是,数据源不限于 SQL Server;可以使用任何数据源,只要数据可加载到 DataTable 实例或可使用 IDataReader ...
Entity Framework drivers for the Ketchup eCommerce framework.
An AOP framework that can intercept any method call: instance or static, virtual or not. It's very easy to get started with, it has in-depth support of LINQ and Entity Framework and comes with bunch of useful stock aspect classes for DAL, BL, Testing and Service tiers.
EntityFramework adapter for Antler framework.
A ASP.NET WebForms DataSource Control for EntityFramework & CodeFirst.
Records performance and tracing information for EF interactions while your application runs. Designed for use in a production environment, it extends the Loupe Agent with features specific to Entity Framework (6 and later) and works with any EF provider.
EF5 provider for N-Tier Entity Framework.
T4 code generation templates for N-Tier Entity Framework with EF4. Install this package for MyProject.Server.Domain.Edmx projekt if you target EF4.
A WebForms DataSource Control for EntityFramework CodeFirst.
Provides a Db Provider Factory that uses the Microsoft Transient Fault Handling library to allow for reliable SQL Azure connections when using Entity Framework 4, Entity Framework 5 or Linq 2 SQL. Unlike ReliableDbProvider, this library doesn't come with TransientFaultHandling IL-merged - inst...
Entity Framework templates for CodeSmith Generator