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

dotnet/ef6

This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore. observed · 2026-08-28

github.com/dotnet/ef6 · homepage · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 99
  • Release rhythm 49
  • 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: n/a
  • age_days: 4051
  • days_rel: 127
  • days_push: 9
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1450 stars · 556 forks observed · 2026-08-28

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

Entity Framework 6 is a mature object-relational mapper (ORM) for .NET that lets developers work with relational databases using strongly-typed .NET objects, LINQ queries, and Code First or visual designer modeling. It is still supported by Microsoft for security fixes but is no longer actively developed, with new feature work focused on EF Core.

Use cases

  • map .NET classes to relational database tables
  • query databases with LINQ instead of SQL
  • generate database schemas from C# entity models with Code First
  • maintain legacy .NET Framework applications using EF6
  • perform change tracking and unit-of-work data access
  • reverse-engineer entity models from an existing database

When to choose

  • you have an existing EF6 or .NET Framework codebase that already uses it
  • you need EDMX/visual designer support or other EF6-only features
  • you want a battle-tested, stable ORM with long-term Microsoft support for security fixes

When to avoid

  • you are starting a new project on modern .NET - use EF Core instead
  • you need new features, community contributions, or active bug fixes
  • you need a lightweight, extensible ORM with ongoing development

Facets

library · maturity maintenance

orm database database-driver databases backend web-development developer-tools dotnet windows cross-platform entity-framework ef6 linq code-first data-access microsoft net-framework legacy

4 sources

Member repositories

RepositoryRoleHealth v2
dotnet/ef6main82

For agents

markdown · JSON · MCP: product_card(name="dotnet/ef6")

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