Top 20 NuGet entityframework Packages

FluentMapper provides a fluent interface for mapping between types. By convention it used the popular AutoMapper library by default, but you can implement any mapping strategy that fits your application. See the project page for instructions
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...
A WebForms DataSource Control for EntityFramework CodeFirst.
T4 code generation templates for N-Tier Entity Framework with EF4. Install this package for MyProject.Server.Domain.Edmx projekt if you target EF4.
EF5 provider for N-Tier Entity 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.
EntityFramework adapter for Antler 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.
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.
Entity Framework drivers for the Ketchup eCommerce framework.
Microsoft SQL Server 提供一个称为 bcp 的流行的命令提示符实用工具,用于将数据从一个表移动到另一个表(表既可以在同一个服务器上,也可以在不同服务器上)。 SqlBulkCopy 类允许编写提供类似功能的托管代码解决方案。 还有其他将数据加载到 SQL Server 表的方法(例如 INSERT 语句),但相比之下 SqlBulkCopy 提供明显的性能优势。 使用 SqlBulkCopy 类只能向 SQL Server 表写入数据。 但是,数据源不限于 SQL Server;可以使用任何数据源,只要数据可加载到 DataTable 实例或可使用 IDataReader ...
EntityFrameworkExtras.EF5 provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters. **IMPORTANT** - Entity Framework Core: https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/ - Entity Framework 6: https://www...