---
title: Entity Framework Core API Reference
description: The API reference for the Couchbase EF Core Provider.
pubDate: 2026-08-17T09:53:44.266Z
antora:
  editUrl: https://github.com/couchbase/docs-efcore/edit/release/1.0/modules/ROOT/pages/entity-framework-core-sdk-api.adoc
  xref: xref:efcore-provider::entity-framework-core-sdk-api.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/efcore-provider/current/entity-framework-core-sdk-api.html)

# Entity Framework Core API Reference

> The API reference for the Couchbase EF Core Provider. 

## [](#entity-framework-core-api-reference)Entity Framework Core API Reference

The Couchbase EF Core Provider is an extension of the Entity Framework Core API. The API Reference is largely consistent with the [Entity Framework Core API Reference](https://learn.microsoft.com/en-us/ef/), with the addition of Couchbase-specific features. These features are covered in the following sections:

* [Couchbase EF Core Configuration](entity-framework-core-configuration.md)
* [Couchbase EF Core Modeling](entity-framework-core-modeling.md)
* [Couchbase EF Core CRUD](entity-framework-core-crud-data.md)
* [Couchbase EF Core Querying](entity-framework-core-queries.md)

We suggest you start with the [Couchbase EF Core Configuration](entity-framework-core-configuration.md) section, and then move on to the [Couchbase EF Core Modeling](entity-framework-core-modeling.md) section. The [Couchbase EF Core Querying](entity-framework-core-queries.md) section is a good place to learn about the Couchbase-specific querying features. The [Couchbase EF Core CRUD](entity-framework-core-crud-data.md) section is a good place to learn about the Couchbase-specific CRUD features. Features and subjects not covered in this documentation can likely be found in the [EF Core documentation](https://learn.microsoft.com/en-us/ef/).