Entity Framework Extended provides batch updates, deletes and queries for Entity Framework. Additionally it can be used to cache query results and audit modifications of your entities and their properties.
Entity Framework Extended provides useful open source extensions to Entity Framework. Currently it supports the following features:
Batch Updates
andBatch Deletes
to delete or update batches of entities without loading them into the context first.Future Queries
to execute multiple queries in a single batch.Query Result Cache
to, well, cache query results (with cache policy / expiry).Audit Log
to record which entities (and which of their properties) have changed.
Entity Framework Extended is provided as a NuGet package.