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

dotnet/efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. observed · 2026-08-28

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

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 97
  • 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: 0
  • age_days: 4606
  • days_rel: 22
  • days_push: 7
  • n_releases_24m: 50

Full methodology

Adoption not part of the score

14781 stars · 3403 forks observed · 2026-08-28

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

Entity Framework Core (EF Core) is Microsoft's modern object-database mapper for .NET, supporting LINQ queries, change tracking, updates, and schema migrations. It works with SQL Server, SQLite, PostgreSQL, MySQL, Azure Cosmos DB, and other databases through a provider plugin API.

Use cases

  • map C# classes to database tables with an ORM
  • query a database using LINQ instead of raw SQL
  • run database schema migrations for a .NET app
  • build a data access layer for ASP.NET Core
  • use SQLite or SQL Server from a .NET application
  • track entity changes and persist updates automatically

When to choose

  • you're building .NET applications that need relational or Cosmos DB data access
  • you want LINQ-based querying with compile-time checked queries
  • you need schema migrations and change tracking out of the box
  • you want a Microsoft-supported, MIT-licensed ORM with broad database providers

When to avoid

  • you need raw SQL control or extreme performance tuning (consider Dapper or ADO.NET)
  • your project is not on the .NET platform
  • you need a NoSQL document store other than Azure Cosmos DB without a third-party provider

Facets

library · maturity stable

orm database database-driver serialization databases backend web-development developer-tools dotnet cross-platform windows entity-framework linq change-tracking schema-migrations microsoft nuget c-sharp linux macos

5 sources

Member repositories

RepositoryRoleHealth v2
dotnet/efcoremain98

For agents

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

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