January 26th, 2015
Performing Bulk Updates in Entity Framework 6.1+ Part 1
How to use the Entity Framework Mapping API to perform bulk actions (insert, update, delete) more efficiently.
How to use the Entity Framework Mapping API to perform bulk actions (insert, update, delete) more efficiently.
Microsoft’s Entity Framework for .NET is useful for inserting or updating data in a database, and these work-arounds help manage multiple records.