Microsoft Entity Framework website screenshot

Microsoft Entity Framework

Microsoft Entity Framework is an object-relational mapping (ORM) framework for .NET developers enabling database access using .NET objects. EF Core is the modern, cross-platform version supporting SQL Server, PostgreSQL, MySQL, SQLite, and Cosmos DB with LINQ queries, change tracking, migrations, and code-first modeling.

Microsoft Entity Framework publishes 2 APIs on the APIs.io network. Tagged areas include .NET, Data Access, Database, Entity Framework, and ORM.

The Microsoft Entity Framework catalog on APIs.io includes 1 Spectral governance ruleset.

Microsoft Entity Framework’s developer surface includes developer portal, engineering blog, Stack Overflow tag, YouTube channel, support, and 12 more developer resources.

35.4/100 thin ▬ flat Agent 3/100 human only open core · MIT Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemium
2 APIs 10 Features 6 Use Cases
.NETData AccessDatabaseEntity FrameworkORM

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Open Source Surface applies to this provider. This product is open source and we read its repository directly, so Open Source Surface carries 10 points of the composite. It is scored from what the repository actually publishes — a security policy, a contribution guide, a release history, a code of conduct — read live from the provider rather than inferred from our own catalog pointers. This facet adds; nothing was taken away to make room for it. An open-source project is not excused from the commercial facets, because exemption would strip it of the points it does earn. If we have the wrong repository, or this product is not open source, say so on your provider repo and we will drop the facet rather than have you publish against it.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
The six quality facets above are damped to 90 points between them, because the conditional facet above carries the other 10. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 90% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/microsoft-entity-framework: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Entity Framework Core

A lightweight, extensible, open source and cross-platform ORM for .NET. Supports SQL Server, PostgreSQL, MySQL, SQLite, Cosmos DB, and in-memory databases.

Entity Framework 6

The mature and stable ORM for .NET Framework with Code First, Database First, and Model First workflows.

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 10

Notable capabilities this provider offers.

LINQ Queries

Write database queries using Language Integrated Query (LINQ) with strongly-typed C# expressions.

Change Tracking

Automatic tracking of entity changes for efficient database updates.

Migrations

Database schema versioning with code-first migrations for evolving data models.

Code First Modeling

Define database schemas using C# classes and data annotations or Fluent API.

Database Providers

Plugin architecture supporting SQL Server, PostgreSQL, MySQL, SQLite, Cosmos DB, and more.

Lazy and Eager Loading

Control related entity loading with lazy, eager, and explicit loading strategies.

Raw SQL Queries

Execute raw SQL and stored procedures alongside LINQ queries.

Global Query Filters

Apply automatic filtering to all queries for multi-tenancy and soft deletes.

Value Converters

Custom type conversions between .NET types and database column types.

Compiled Queries

Pre-compile LINQ queries for improved performance in hot paths.

Scroll for all 10

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Microsoft Entity Framework API Rules

14 rules · 13 errors 1 info

SPECTRAL

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Microsoft Entity Framework Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Microsoft Entity Framework Vulnerability Disclosure

security.txt · contact published

SECURITY

Use Cases 6

What developers build with this provider.

Web Application Data Access

Data access layer for ASP.NET Core web applications and APIs.

Microservices Data Layer

Database access for .NET microservices with per-service databases.

Database Migration Management

Version-controlled schema evolution with automatic migration generation.

Multi-Database Applications

Applications connecting to multiple database providers simultaneously.

Domain-Driven Design

Implement DDD patterns with aggregate roots, value objects, and repositories.

Legacy Database Integration

Map existing database schemas to modern .NET classes with Database First.

Solutions 3

Packaged solutions this provider offers.

Entity Framework Core

Modern, cross-platform ORM for .NET 6+ applications.

Entity Framework 6

Mature ORM for .NET Framework applications.

EF Core Tools

CLI and Package Manager Console tools for migrations and scaffolding.

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: microsoft-entity-framework
name: Microsoft Entity Framework
description: Microsoft Entity Framework is an object-relational mapping (ORM) framework for .NET developers enabling database
  access using .NET objects. EF Core is the modern, cross-platform version supporting SQL Server, PostgreSQL, MySQL, SQLite,
  and Cosmos DB with LINQ queries, change tracking, migrations, and code-first modeling.
type: Index
deliveryModel:
  model: open-core
  license: MIT
  open_source: true
  commercial: true
  callable_host: false
  label: Open core · an OSS project plus a commercial hosted product
  confidence: high
  source:
  - license
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://docs.microsoft.com/en-us/ef/images/ef-logo.png
url: https://raw.githubusercontent.com/api-evangelist/microsoft-entity-framework/refs/heads/main/apis.yml
created: '2024-01-01'
modified: '2026-04-28'
specificationVersion: '0.23'
tags:
- .NET
- Data Access
- Database
- Entity Framework
- ORM
apis:
- aid: microsoft-entity-framework:ef-core
  name: Entity Framework Core
  description: A lightweight, extensible, open source and cross-platform ORM for .NET. Supports SQL Server, PostgreSQL, MySQL,
    SQLite, Cosmos DB, and in-memory databases.
  humanURL: https://learn.microsoft.com/en-us/ef/core/
  baseURL: https://www.nuget.org/packages/Microsoft.EntityFrameworkCore
  tags:
  - .NET Core
  - Cross-Platform
  - Database
  - ORM
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/ef/core/
  - type: GettingStarted
    url: https://learn.microsoft.com/en-us/ef/core/get-started/overview/first-app
  - type: APIReference
    url: https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore
  - type: GitHubRepository
    url: https://github.com/dotnet/efcore
  - type: ReleaseNotes
    url: https://learn.microsoft.com/en-us/ef/core/what-is-new/
  - type: SDKs
    url: https://www.nuget.org/packages/Microsoft.EntityFrameworkCore
    title: NuGet Package
- aid: microsoft-entity-framework:ef6
  name: Entity Framework 6
  description: The mature and stable ORM for .NET Framework with Code First, Database First, and Model First workflows.
  humanURL: https://learn.microsoft.com/en-us/ef/ef6/
  baseURL: https://www.nuget.org/packages/EntityFramework
  tags:
  - .NET Framework
  - Database
  - Legacy
  - ORM
  properties:
  - type: Documentation
    url: https://learn.microsoft.com/en-us/ef/ef6/
  - type: GettingStarted
    url: https://learn.microsoft.com/en-us/ef/ef6/get-started
  - type: APIReference
    url: https://learn.microsoft.com/en-us/dotnet/api/system.data.entity
  - type: GitHubRepository
    url: https://github.com/dotnet/ef6
  - type: SDKs
    url: https://www.nuget.org/packages/EntityFramework
    title: NuGet Package
common:
- type: Website
  url: https://www.microsoft.com/
- type: IssueTracker
  url: https://github.com/dotnet/efcore/issues
- type: Releases
  url: https://github.com/dotnet/efcore/releases
- type: SecurityPolicy
  url: https://github.com/dotnet/efcore/blob/main/.github/SECURITY.md
- type: CodeOfConduct
  url: https://github.com/dotnet/efcore/blob/main/.github/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/dotnet/efcore/blob/main/.github/CONTRIBUTING.md
- type: License
  name: MIT
  url: https://github.com/dotnet/efcore/blob/main/LICENSE
- type: VulnerabilityDisclosure
  url: security/microsoft-entity-framework-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/microsoft-entity-framework-domain-security.yml
- type: Portal
  url: https://learn.microsoft.com/en-us/ef/
- type: Blog
  url: https://devblogs.microsoft.com/dotnet/tag/entity-framework/
- type: GitHubOrganization
  url: https://github.com/dotnet
- type: StackOverflow
  url: https://stackoverflow.com/questions/tagged/entity-framework-core
- type: YouTube
  url: https://www.youtube.com/playlist?list=PLdo4fOcmZ0oX0ObHwBrJ0vJpZ7PiYMqeA
- type: Support
  url: https://learn.microsoft.com/en-us/ef/core/get-started/overview/support
- type: TermsOfService
  url: https://www.microsoft.com/en-us/legal/terms-of-use
- type: PrivacyPolicy
  url: https://privacy.microsoft.com/en-us/privacystatement
- type: Features
  data:
  - name: LINQ Queries
    description: Write database queries using Language Integrated Query (LINQ) with strongly-typed C# expressions.
  - name: Change Tracking
    description: Automatic tracking of entity changes for efficient database updates.
  - name: Migrations
    description: Database schema versioning with code-first migrations for evolving data models.
  - name: Code First Modeling
    description: Define database schemas using C# classes and data annotations or Fluent API.
  - name: Database Providers
    description: Plugin architecture supporting SQL Server, PostgreSQL, MySQL, SQLite, Cosmos DB, and more.
  - name: Lazy and Eager Loading
    description: Control related entity loading with lazy, eager, and explicit loading strategies.
  - name: Raw SQL Queries
    description: Execute raw SQL and stored procedures alongside LINQ queries.
  - name: Global Query Filters
    description: Apply automatic filtering to all queries for multi-tenancy and soft deletes.
  - name: Value Converters
    description: Custom type conversions between .NET types and database column types.
  - name: Compiled Queries
    description: Pre-compile LINQ queries for improved performance in hot paths.
- type: UseCases
  data:
  - name: Web Application Data Access
    description: Data access layer for ASP.NET Core web applications and APIs.
  - name: Microservices Data Layer
    description: Database access for .NET microservices with per-service databases.
  - name: Database Migration Management
    description: Version-controlled schema evolution with automatic migration generation.
  - name: Multi-Database Applications
    description: Applications connecting to multiple database providers simultaneously.
  - name: Domain-Driven Design
    description: Implement DDD patterns with aggregate roots, value objects, and repositories.
  - name: Legacy Database Integration
    description: Map existing database schemas to modern .NET classes with Database First.
- type: Solutions
  data:
  - name: Entity Framework Core
    description: Modern, cross-platform ORM for .NET 6+ applications.
  - name: Entity Framework 6
    description: Mature ORM for .NET Framework applications.
  - name: EF Core Tools
    description: CLI and Package Manager Console tools for migrations and scaffolding.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/microsoft-entity-framework"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/microsoft-entity-framework/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/microsoft-entity-framework/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.