
Overview of Entity Framework Core - EF Core | Microsoft Learn
Nov 12, 2024 · Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology. EF Core can serve …
Getting Started - EF Core | Microsoft Learn
Aug 24, 2023 · In this tutorial, you create a .NET console app that performs data access against a SQLite database using Entity Framework Core. You can follow the tutorial by using Visual …
What's New in EF Core 10 | Microsoft Learn
Vous vous connectez à une base de données relationnelle et créez, lisez, mettez à jour et supprimez des requêtes (CRUD) à l’aide d’Entity Framework Core (EF Core).
EF Core tools reference (.NET CLI) - EF Core | Microsoft Learn
Jul 25, 2025 · Entity Framework Core (EF Core) を使用して、リレーショナル データベースに接続し、作成、読み取り、更新、削除 (CRUD) クエリを構築します。
Entity Framework documentation hub | Microsoft Learn
Entity Framework is a modern object-relation mapper that lets you build a clean, portable, and high-level data access layer with .NET (C#) across a variety of databases, including SQL …
Breaking changes in EF Core 10 (EF10) - learn.microsoft.com
This page documents API and behavior changes that have the potential to break existing applications updating from EF Core 9 to EF Core 10. Make sure to review earlier breaking …
Installing Entity Framework Core - EF Core | Microsoft Learn
Mar 23, 2023 · You can install tools to carry out EF Core-related tasks in your project, like creating and applying database migrations, or creating an EF Core model based on an existing database.
Compare EF6 and EF Core | Microsoft Learn
Dec 14, 2022 · The following tables compare the features available in EF Core and EF6. This is a high-level comparison and doesn't list every feature or explain differences between the same …
What's New in EF Core 7.0 | Microsoft Learn
EF Core model building conventions are triggered based on changes being made to the model as it is being built. This keeps the model up-to-date as explicit configuration is made, mapping …
Migrations Overview - EF Core | Microsoft Learn
Jan 12, 2023 · EF Core records all applied migrations in a special history table, allowing it to know which migrations have been applied and which haven't. The rest of this page is a step-by-step …