Repository navigation

#

entityframework

borisdj/EFCore.BulkExtensions

Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle

C#
3809
2 天前

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more

C#
2309
11 天前

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

C#
1613
2 天前

Entity Framework visual design surface and code-first code generation for EF6, Core and beyond

C#
363
2 年前

Entity Framework Bulk Operations | Improve Entity Framework performance with Bulk SaveChanges, Insert, update, delete and merge for SQL Server, SQL Azure, SQL Compact, MySQL and SQLite.

C#
353
11 天前

Entity Framework Core Second Level Caching Library

C#
327
5 年前

Entity Framework 6 Code-First Demo Project

C#
177
5 年前

Entity Framework 6 Database-First Demo Project

C#
146
3 年前

An ORM friendly mapper. Allows saving entire entity graphs. Heavily inspired in GraphDiff and AutoMapper.

C#
143
2 个月前

Extensions, Auditing, Concurrency Checks, JSON properties and Transaction Logs for EntityFramework and EFCore

C#
109
6 年前

《你必须掌握的EntityFramework 6.x与Core 2.0》源码

C#
101
7 年前

This library allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server database provider.

C#
95
1 年前

With EF.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity Framework or just work safest with DbContext following the Microsoft recommendations about the DbContext lifetime.

C#
94
2 年前

EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.

C#
81
6 个月前