About 1,430,000 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 …

  2. Entity Framework Core Tutorials

    Entity Framework Core is the new and improved version of Entity Framework for .NET Core applications. EF Core is new, so still not as mature as EF 6. EF Core continues to support the …

  3. Step-by-Step Guide to Entity Framework in .NET - Medium

    Oct 20, 2023 · Entity Framework (EF) is a powerful and widely used Object-Relational Mapping (ORM) tool for .NET Core developers. It simplifies database interactions by allowing you to …

  4. Entity Framework Core (EF Core) Tutorials - Dot Net Tutorials

    Entity Framework Core (EF Core) is an open-source, lightweight, extensible, and cross-platform version of Microsoft’s popular Entity Framework data access technology. It is designed to work …

  5. A Comprehensive Guide to Entity Framework Core in .NET 8 - C

    Explore the comprehensive guide to Entity Framework Core in .NET 8, enriched with the latest features of C# 10. Authored by Ziggy Rafiq, this detailed overview covers everything from …

  6. Entity Framework Core Tutorial

    This section helps you get started with EF Core by understanding what EF core is, how to start a new .NET app that uses EF Core, how to create a data model and DB connection, and how to …

  7. Getting Started with Entity Framework Core

    Nov 6, 2024 · Entity Framework Core is a lightweight, open-source, cross-platform object-relational mapper for .NET. It acts as a broker between your .NET application and the …

  8. Get to Know EF Core 6 - .NET Blog - devblogs.microsoft.com

    Nov 29, 2021 · EF Core 6.0 is a modern, cloud-native-friendly data access API that supports multiple backends. Get up and running with a document-based Azure Cosmos DB container …

  9. Getting Started - EF Core | Microsoft Learn

    Aug 24, 2023 · In this tutorial, you create a .NET Core console app that performs data access against a SQLite database using Entity Framework Core. You can follow the tutorial by using …

  10. Getting Started With EF Core - ASP.NET Core - Learn Entity Framework Core

    This walkthrough demonstrates the minimum required to create a database using Entity Framework Core in an ASP.NET Core application and to develop basic CRUD screens. The …

  11. Getting Started With Entity Framework Core 5 | The .NET Tools …

    Nov 25, 2020 · With the .NET 5 release comes the newest Entity Framework Core version, unsurprisingly called Entity Framework Core 5 (EF Core 5). The .NET community got its first …

  12. Tutorial: Get started with EF Core in an ASP.NET MVC web app

    Apr 10, 2024 · The Contoso University sample web app demonstrates how to create an ASP.NET Core MVC web app using Entity Framework (EF) Core and Visual Studio. The sample app is a …

  13. A Beginner’s Guide to Entity Framework Core (EF Core)

    Oct 4, 2024 · Entity Framework Core (EF Core) is a powerful Object-Relational Mapping (ORM) tool for .NET developers. It simplifies data access by letting you work with databases using …

  14. Database Access with Entity Framework Core in .NET: A …

    Jan 30, 2025 · Entity Framework Core simplifies database access in .NET applications, making it easier to manage data without writing complex SQL queries. By following best practices like …

  15. Basics of Entity Framework Core - JetBrains Guide

    .net data rider Entity Framework Core is what's known as an Object Relational Mapper (ORM). Created by Microsoft, the library allows developers to work abstractly with their database.

  16. Installing Entity Framework Core - EF Core | Microsoft Learn

    Mar 23, 2023 · Get the Entity Framework Core tools. You can install tools to carry out EF Core-related tasks in your project, like creating and applying database migrations, or creating an EF …

  17. Question with Entity Framework Core and an auto-generated …

    3 days ago · I have a working solution using Entity Framework Core 3 in a .NET Standard 2.0 class library. This class library has a "Generate" function that uses a t4 runtime template to …

  18. Step-by-Step Guide to Entity Framework in .NET | by UATeam

    Nov 17, 2024 · In this step-by-step guide, we will walk through how to get started with Entity Framework in .NET, covering the essentials such as setting up the environment, creating a …

  19. Entity Framework documentation hub | Microsoft Learn

    5 days ago · 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, …

  20. Entity Framework Core overview - .NET Aspire | Microsoft Learn

    Mar 25, 2025 · Learn how to optimize the performance of .NET Aspire Entity Framework Core integrations using their context objects.

  21. Compare EF6 and EF Core | Microsoft Learn

    Dec 14, 2022 · Entity Framework Core (EF Core) is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works …

  22. Some results have been removed