How to Fix Slow EF Core Queries: Practical Performance Tuning | Syncfusion Blogs

Speed up EF Core queries with practical tuning techniques like no-tracking, indexing, compiled queries, and caching for faster, scalable .NET APIs.

Syncfusion

From the archives...

Using a Separate EF Core Data Project in .NET Aspire Solutions
https://barretblake.dev/posts/development/2025/06/efcore-migration-project-in-aspire/ #entityframeworkcore #efcore #Aspire

.NET 11 Preview 3 is now available! - .NET Blog

Find out about the new features in .NET 11 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, container images, and more!

.NET Blog
New Aspire database integrations

Aspire 13.2 brings MongoDB Entity Framework Core and Azure Data Lake Storage integrations, plus quality-of-life improvements to existing database clients.

Aspire Blog
.NET 11 Preview 3 is now available! - .NET Blog

Find out about the new features in .NET 11 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, container images, and more!

.NET Blog
Dew Drop Weekly Newsletter #478 - Week Ending April 10, 2026

Dew Drop Weekly Newsletter #478 - Week Ending April 10, 2026

Zoho Campaigns

How to Delete and Update Millions of Rows in EF Core Without Loading a Single Entity | by Chris Woodruff

https://www.woodruff.dev/how-to-delete-and-update-millions-of-rows-in-ef-core-without-loading-a-single-entity/

#dotnet #entityframework #efcore #csharp #data #database #orm

How to Delete and Update Millions of Rows in EF Core Without Loading a Single Entity - Chris Woody Woodruff | Fractional Architect

The Code Every Developer Has Written and Regretted Most EF Core performance disasters are not exotic edge cases. They get written in the first sprint, look clean in code review, and only reveal themselves when row counts hit production scale. The pattern below has ended more than a few on-call rotations badly: // Looks fine.

Chris Woody Woodruff | Fractional Architect -

Brian Gorman, Mike Benkovich, Cory House & Isaac Levin present on Microsoft Technologies this July at Nebraska.Code().

https://nebraskacode.amegala.com/

#Terraform #Pulumi #EFCore #TypeScript #DotNet #Nebraska #TechConference #MicrosoftTechnologies #SoftwareDevelopment #SoftwareEngineering #Programming

New post from my blog...

In case you missed it earlier...

EF Core Global Query Filters - The Soft Delete Pattern You Should Be Using
https://barretblake.dev/posts/development/2026/03/ef-core-global-query-filters/ #efcore #dotnet