Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more.
Example: https://dotnetfiddle.net/awlJdf
Benchmark: https://dotnetfiddle.net/35mQ0W
EF Core Package:...
More information
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
EF Core Package: https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore/
EF6 Package:...
More information
Please use SharpRepository.EfRepository moving forward. We renamed it since EF6 came out and we want to use a single repository for both EF5 and EF6 moving forward.
It is simple and easy to use library, using this along with Entity Framework you would be able to perform CRUD (Create, Read, Update & Delete) operations without writing much code.