# zzzprojects/EntityFramework.Extended

Add-on feature for Entity Framework

Repository: https://github.com/zzzprojects/EntityFramework.Extended
Canonical: https://ross.abutalabs.com/products/entityframeworkextended
Language: C#
License: BSD-3-Clause
License Family: permissive
Last push: 2026-02-25T12:42:44+00:00

## Health v2 (maintenance only)
Score: 63/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 69, release rhythm 35, longevity 100
- inputs: {"age_days": 5405, "days_push": 189, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1328, forks 381 (observed 2026-08-28T04:04:23.703448+00:00)

## What it is
EntityFramework.Extended is a C# add-on library for Entity Framework 6 providing batch delete/update, query caching, future queries, and audit features. It has been unsupported since 2015 and its maintainers recommend migrating to Entity Framework Plus (free) or Entity Framework Extensions (paid).

## Use cases
- batch delete and update entities in Entity Framework without loading them
- cache Entity Framework query results
- execute future queries in a single database round trip
- add auditing to Entity Framework changes
- filter queries with global query filters

## When to choose
- maintaining a legacy EF6 codebase that already depends on it
- you need its specific batch or audit features and cannot migrate

## When to avoid
- starting any new project
- using Entity Framework Core
- you want supported or updated software - use Entity Framework Plus or Extensions instead

## Facets
- artifact type: library
- maturity: abandoned
- function: orm, database, caching
- domain: databases, backend, developer-tools
- platform: dotnet, windows, cross-platform
- tags: entity-framework, batch-operations, query-cache, nuget, csharp, auditing

## Member repositories
- zzzprojects/EntityFramework.Extended (main) score 63

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:23.703448+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:46:03.448253+00:00, confidence not recorded.
  - readme: https://github.com/zzzprojects/EntityFramework.Extended (fetched 2026-08-28T04:04:23.703448+00:00, sha d85419493989)
- Data as of 2026-08-30T08:39:29.467469+00:00.
