Software:Entity framework extensions

From HandWiki

Entity Framework Extensions[1] is an extension[2] to enhance the performance of Entity Framework (EF), 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.[3]

This library solves EF issues using several Bulk operations along with other features such as:

  • BulkSaveChanges
  • BulkInsert
  • BulkUpdate
  • BulkDelete
  • BulkMerge
  • DeleteFromQuery
  • UpdateFromQuery

References