Ross ROSS = Recommend OSS · open-source software intelligence for agents

zzzprojects/EntityFramework-Plus

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more observed · 2026-08-28

github.com/zzzprojects/EntityFramework-Plus · homepage · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 27.5
  • age_days: 3927
  • days_rel: 15
  • days_push: 15
  • n_releases_24m: 29

Full methodology

Adoption not part of the score

2342 stars · 319 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Entity Framework Plus is a free, open-source .NET library that extends EF6 and EF Core DbContexts with features like Batch Delete, Batch Update, Auditing, Query Cache, Query Future, and Include Filter. It improves Entity Framework performance and overcomes ORM limitations via IQueryable extension methods.

Use cases

  • delete thousands of rows in a single database roundtrip without loading entities
  • batch update entities matching a filter in one SQL statement
  • audit who changed what and when via SaveChanges
  • cache query results in EF
  • filter included navigation properties with IncludeFilter
  • execute future queries in a single database roundtrip
  • add global query filters to a DbContext

When to choose

  • you use EF6 or EF Core and need bulk delete/update without loading entities
  • you need change auditing built into SaveChanges
  • you want query caching or deferred/future queries in Entity Framework
  • you need to overcome EF limitations like filtered includes

When to avoid

  • you need bulk insert/merge operations, which are paid features of Entity Framework Extensions
  • you use an ORM other than Entity Framework, such as Dapper or NHibernate
  • you want a pure SQL approach and don't use an ORM

Facets

library · maturity active

orm caching database middleware databases developer-tools backend performance dotnet cross-platform entity-framework ef-core ef6 batch-operations auditing query-extensions nuget

4 sources

Member repositories

RepositoryRoleHealth v2
zzzprojects/EntityFramework-Plusmain98

For agents

markdown · JSON · MCP: product_card(name="zzzprojects/EntityFramework-Plus")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem