Entity Framework Plus extends your DbContext with must-haves features, include filter, auditing, caching, query future, batch delete, batch update, and more. Deleting using Entity Framework Core can be very slow if you need to delete hundreds or thousands of entities. Entities are first loaded in the context before being deleted which is very bad for the performance and then, they are deleted one by one which makes the delete operation even worse. EF+ Batch Delete is the most efficient way to delete records. You drastically improve your application performance by removing the need to retrieve and load entities in your context and by performing a single database roundtrip instead of one for every record. Deletes multiples rows in a single database roundtrip and without loading entities in the context. Updates multiples rows using an expression in a single database roundtrip and without loading entities in the context.

Features

  • AutoSave audit values in the database
  • Keep track of SoftDelete entities
  • Filter events you desire
  • Include entity type you desire
  • Format value in your specific format
  • Use Async methods to make your application responsive

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow Entity Framework Plus

Entity Framework Plus Web Site

Other Useful Business Software
Rezku Point of Sale Icon
Rezku Point of Sale

Designed for Real-World Restaurant Operations

Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Entity Framework Plus!

Additional Project Details

Programming Language

C#

Related Categories

C# Software Development Software, C# Frameworks

Registered

2022-06-07