Entity Framework Core Articles, Tutorials & News

Entity Framework Core articles, tutorials, and news from the DotNetNews archive.

486 articles Updated

Start here

Editor picks for EF Core

  1. The Migration That Lied for Two Years

    rogerkeizer.medium.com Issue #504

    A strong cautionary tale. Tooling drift around EF Core migrations can stay hidden for far too long.

    Read article Issue #504

  2. Fastest Way to Bulk Insert Thousands of Rows in EF Core

    codewithmukesh.com Issue #502

    Strong practical comparison with numbers. Nice to see SqlBulkCopy and Npgsql COPY included instead of just EF abstractions.

    Read article Issue #502

  3. Entity Framework Core Performance Tuning for Large Applications

    c-sharpcorner.com Issue #501

    Worth a skim for teams feeling EF Core pain in larger systems; the basics still matter.

    Read article Issue #501

  4. EF Core Migration Bundles: What They Are & Why They Matter

    medium.com Issue #501

    Migration bundles are still underused; this is a useful operational topic.

    Read article Issue #501

  5. The C# 14 field Keyword Looks Like Free Cleanup. It Can Still Break Your EF Core Mapping

    c-sharpcorner.com Issue #501

    This is the kind of language-feature caveat that can save a messy upgrade.

    Read article Issue #501

  6. Track every EF Core record change with temporal tables

    roundthecode.com Issue #499

    Temporal tables remain one of the most useful underused SQL Server features, and this walks through the EF Core side clearly.

    Read article Issue #499

  7. Stop Over-Fetching: Master EF Core Projections for Faster, Leaner APIs

    bogdan-hatis.medium.com Issue #498

    If your APIs are slow, projections are one of the highest-value EF Core habits to build early.

    Read article Issue #498

  8. EF Core and Azure SQL Database: A Step-by-Step Guide

    antondevtips.com Issue #498

    Practical guide for getting EF Core working cleanly against Azure SQL, including resiliency and passwordless access.

    Read article Issue #498

Entity Framework Core tutorials from the DotNetNews archive, curated for .NET developers who already ship production code. This is a reading list pulled from daily issues, not a substitute for the official docs on Entity Framework Core.

Use Start here for the editorial shortlist, then browse Latest or the full archive when you need more depth. Coverage leans toward EF Core tutorials, EF Core migrations, EF Core performance. Recent pieces worth opening: “The Migration That Lied for Two Years” and “Fastest Way to Bulk Insert Thousands of Rows in EF Core”.

Latest

Newest EF Core from the archive

Archive

Page 1 of 20

Newest first