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 5 more developer resources.

29.3/100 thin ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemium
2 APIs 10 Features 6 Use Cases
.NETData AccessDatabaseEntity FrameworkORM

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 29.3/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 3.0 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 4.8 / 13
Governance 2.5 / 12
Discoverability 6.9 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. 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. Want it done for you? Prioritized profiling — $2,500 →

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

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 1

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
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.19'
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: 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