Top 20 NuGet Packages
A library that extends the functionality of Entity Framework by adding batch update, future queries and audit logs.
A simplified way to test FluentHelper.EntityFramework projects
Simple HierarchyId operations with unmodified Entity Framework
Fody add-in that allows EntityFramework complex properties to be saved in serialized form.
Serilog Integration for EntityFramework.
**Unofficial** Enables SQL Server Compact 4.0 private desktop deployment with Entity Framework 6.2.x
Set of extensions to simplify testing of async methods in Entity Framework and LINQ to Entities.
Microsoft SQL Server 提供一个称为 bcp 的流行的命令提示符实用工具,用于将数据从一个表移动到另一个表(表既可以在同一个服务器上,也可以在不同服务器上)。 SqlBulkCopy 类允许编写提供类似功能的托管代码解决方案。 还有其他将数据加载到 SQL Server 表的方法(例如 INSERT 语句),但相比之下 SqlBulkCopy 提供明显的性能优势。
使用 SqlBulkCopy 类只能向 SQL Server 表写入数据。 但是,数据源不限于 SQL Server;可以使用任何数据源,只要数据可加载到 DataTable 实例或可使用 IDataReader ...
BulkInsert for EF (DbModelStore) branch for improved startup performance. For further information, please read my blog post. http://www.fusonic.net/en/blog/2014/07/09/three-steps-for-fast-entityframework-6.1-first-query-performance/
MappingAPI for EF (DbModelStore) branch for improved startup performance. For further information, please read my blog post. http://www.fusonic.net/en/blog/2014/07/09/three-steps-for-fast-entityframework-6.1-first-query-performance/
A caching provider for Entity Framework 6.x using NCache Enterprise.
Fast Bulk insert extension for SqlServerCe using EntityFramework 6
Fast Bulk insert update extension for EntityFramework 6
A contribution to the Microsoft EntityFramework
Extensions to support Raw SQL and Stored Procedures with custom entities mapping
A library aimed to minimize the setup of Entity Framework Core unit-testing database providers in conjunction with AutoFixture.
CQRS framework based on MediatR
Blazor WebAssembly LocalStorage
EntityFrameworkCore.Procedure Library is a light weight library to Handle Stored Procedure in a Simple manner. This is extended tool for EntityFrameworkCore.