About 50 results
Open links in new tab
  1. 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 as an object …

  2. 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 Studio on …

  3. 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 Database (on …

  4. 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 several …

  5. 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.

  6. What's New in EF Core 10 | Microsoft Learn

    Sie stellen eine Verbindung mit einer relationalen Datenbank her und erstellen CRUD-Abfragen (Create, Read, Update, Delete) mithilfe von Entity Framework Core (EF Core).

  7. 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 feature in …

  8. Getting Started with Entity Framework Core [1 of 5]

    Apr 26, 2022 · Please note: At 04:08, the narration should state "Since FirstName and LastName are non-nullable strings, EF Core knows that when it creates the table, those two columns shouldn't …

  9. What's New in EF Core 9 | Microsoft Learn

    EF Core 9.0 (EF9) was released in November 2024 and is a Short Term Support (STS) release. EF9 will be supported until November 10, 2026. EF9 is available as daily builds which contain all the latest …

  10. Entity Framework Core 概述 - EF Core | Microsoft Learn

    Entity Framework (EF) Core 是轻量化、可扩展、 开源 和跨平台版的常用 Entity Framework 数据访问技术。 EF Core 可用作对象关系映射程序 (O/RM),这可以实现以下两点: 使 .NET 开发人员能够使用 …