About 3,920,000 results
Open links in new tab
  1. Entity Framework | Microsoft Learn

    Jul 21, 2022 · Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data …

  2. Entity Framework - Wikipedia

    The Entity Framework is a set of technologies in ADO.NET that supports the development of data-oriented software applications. Architects and developers of data-oriented applications have typically …

  3. What is Entity Framework?

    Entity Framework is an open-source ORM framework for .NET applications supported by Microsoft. It enables developers to work with data using objects of domain-specific classes without focusing on …

  4. What is Entity Framework in .NET Framework? - GeeksforGeeks

    Jul 12, 2025 · What is Entity Framework in .NET Framework? Entity Framework is an open-source object-relational mapper framework for .NET applications supported by Microsoft.

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

  6. Understanding Entity Framework in .NET - C# Corner

    Jul 25, 2025 · What is Entity Framework? Entity Framework (EF) is Microsoft’s ORM tool for .NET. It allows developers to perform database operations using C# objects rather than writing SQL queries …

  7. Entity Framework | .NET Foundation

    Entity Framework is the recommend data access technology for new applications in .NET. It is an object-relational mapper that enables .NET developers to work with relational data using domain-specific …

  8. 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 …

  9. Entity Framework Core Tutorials

    Nov 8, 2022 · Entity Framework is an Object/Relational Mapping (O/RM) framework. It is an enhancement to ADO.NET that gives developers an automated mechanism for accessing & storing …

  10. EF Core Overview - Entity Framework Core

    Jun 21, 2025 · Learn what EF Core is, how it works, and all the documentation you need to get started.