Software:Entity Framework Extensions

From HandWiki

Entity Framework Extensions[1] is an extension[2] to enhance the performance of Entity Framework (EF)[3], which is a is an open source object–relational mapping (ORM) framework for ADO.NET. It was released in 2014 to solve Entity Framework performance issue, it is available to download on NuGet.[4]

This library solves EF issues using several Bulk operations along with other features such as[5]: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, DeleteFromQuery, UpdateFromQuery, and more.

References