Filter
Exclude
Time range
-
Near
If you’re still looping through entities and calling `SaveChangesAsync`, or executing multiple UPDATE commands on the server, you’re doing it the old way. From EF Core 7 onwards, we finally have native support for Bulk Updates — no extra libraries, no workarounds. Just clean, efficient, and fast database operations 🔥 ✅ No need to load entities into memory ✅ No change tracking ✅ Single SQL `UPDATE` behind the scenes ✅ Massive performance gains This has been a game-changer in all my recent projects — especially when working with large datasets. #dotnet #efcore #entityframework #aspnetcore #csharp #performance #codewithmukesh #nettips #cleanarchitecture
2
18
88
3,538
Replying to @GLeToullec
This thread is saved to your Notion database. Tags: [Nettips]
13
Silinmiş sitelere erişim: web.archive.org/ Orada yoksa, Google, Yandex ya da Yahoo Search'den URL'ini/ilgili anahtarları aratıp sonucun yanındaki ok işaretinden 'Önbellek'e tıklayın web.archive.org'da istediğiniz sayfayı arşivletebilirsinz(Save Page Now) #NetTips

2
Coding Faster With .NetTips Spargine - June 2021 Release c-sharpcorner.com/article/co… by @realDotNetDave via @CsharpCorner

4
1