About 24,200 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. GitHub - dotnet/efcore: EF Core is a modern object-database mapper …

    The following code demonstrates basic usage of EF Core. For a full tutorial configuring the DbContext, defining the model, and creating the database, see getting started in the docs.

  3. Entity Framework Core Tutorials

    Nov 8, 2022 · Entity Framework Core is the new version of Entity Framework after EF 6.x. It is open-source, lightweight, extensible and a cross-platform version of Entity Framework data access …

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

  5. EF Core 10 – Top New Features Every Developer Should Know

    Nov 11, 2025 · EF Core 10 continues to move in the right direction — improving performance, adding flexibility, and making everyday development just a little smoother. We covered what are probably …

  6. Entity Framework Core – A Complete and Deep Explanation

    Dec 7, 2025 · Entity Framework Core (EF Core) is the official data access technology provided by Microsoft for .NET applications. It is a modern, lightweight, flexible, and cross-platform Object …

  7. EF Core Overview - Learn What is EF Core and Why You Should Use it

    Jun 21, 2025 · EF Core is an object-relational mapper (ORM) that enables .NET developers to work with a database using .NET objects. It eliminates the need for most of the data-access code that …

  8. Getting Started - EF Core | Microsoft Learn

    Aug 24, 2023 · To install EF Core, you install the package for the EF Core database provider (s) you want to target. This tutorial uses SQLite because it runs on all platforms that .NET supports.

  9. Polymorphic Relationships in EF Core: Three Approaches

    8 hours ago · Master polymorphic relationships in EF Core. Explore TPH, TPT, and TPC inheritance patterns with code examples to optimize your database design.

  10. Releases · dotnet/efcore - GitHub

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. - Releases · dotnet/efcore.