About 1,340,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

    With an ORM, developers can work at a higher level of abstraction when they deal with data, and can create and maintain data-oriented applications with less code than in traditional applications. Entity …

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

    Jul 12, 2025 · It provides a connection between the business entity and data tables in the database. It saves data stored in the properties of business entities and also retrieves data from the database …

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

  5. GitHub - dotnet/efcore: EF Core is a modern object-database mapper …

    We recommend using the daily builds to get the latest code and provide feedback on Microsoft.Data.Sqlite. These builds contain the latest features and bug fixes; previews and official …

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

  7. Entity Framework Core in .NET: The Complete Beginner’s Guide with …

    Jun 15, 2025 · A comprehensive beginner’s guide to Entity Framework Core in .NET. Learn what EF Core is, how to set it up, perform CRUD operations, use migrations, and follow best practices with …

  8. EF Core Overview - Entity Framework Core

    Jun 21, 2025 · Entity Framework Core is a lightweight, extensible and cross-platform version of Microsoft's object-relational mapper (ORM), Entity Framework is the official data access platform for …

  9. Comprehensive Guide to Entity Framework in .NET: Features,

    Jul 23, 2024 · In this comprehensive guide, we will cover everything you need to know about Entity Framework, from its features and benefits to its comparison with other data access technologies like …

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