
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).
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 …
Entity Types - EF Core | Microsoft Learn
Jan 12, 2023 · EF Core can read and write entity instances from/to the database, and if you're using a relational database, EF Core can create tables for your entities via migrations.
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 uses a metadata "model" to describe how the application's entity types are mapped to the underlying database. This model is built using a set of around 60 "conventions".
Tutorial: Learn about advanced scenarios - ASP.NET MVC with EF …
Jan 29, 2025 · This completes this series of tutorials on using the Entity Framework Core in an ASP.NET Core MVC application. This series worked with a new database; an alternative is to …
What's New in EF Core 5.0 | Microsoft Learn
Mar 30, 2023 · The following list includes the major new features in EF Core 5.0. For the full list of issues in the release, see our issue tracker. As a major release, EF Core 5.0 also contains …
What is new in EF Core 2.0 - EF Core | Microsoft Learn
Nov 10, 2020 · EF Core 2.0 includes an important contribution from Paul Middleton which enables mapping database scalar functions to method stubs so that they can be used in LINQ queries …