How to Fix Slow EF Core Queries: Practical Performance Tuning
How to Fix Slow EF Core Queries: Practical Performance Tuning
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
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-3/?hide_banner=true
New Aspire database integrations
https://devblogs.microsoft.com/aspire/aspire-new-database-integrations/
#aspire #mongodb #efcore #azure #cloudnative #database #datalake
via @dotnet : .NET 11 Preview 3 is now available!
https://ift.tt/BzTb5vZ
#dotnet11 #dotnet #net11preview3 #NET11Preview3 #DOTNET #ASP.NETCore #CSharp #EFCore #EntityFrameworkCore #MAUI #dotnetruntime #dotnetSDK #containerimages #webassembly #HTTP3 #systemtextjso…
Dew Drop Weekly Newsletter 478 - Week Ending April 10, 2026
#dewdrop #newsletter #javascript #azure #aspnetcore #css #aspire #cpp #xaml #windev #dotnet #csharp #efcore #ai #visualstudio #vscode #agile #devops #appdev #podcasts #m365 #data #sqlserver #powershell
How to Delete and Update Millions of Rows in EF Core Without Loading a Single Entity | by Chris Woodruff
#dotnet #entityframework #efcore #csharp #data #database #orm

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