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.
Stored Procedures Have Become the De Facto Method for Accessing and Processing Backend Data. But Are They the Best Solution For the Job?