With Global Query Filters, you can set the rules once and let EF Core apply them automatically—perfect for soft deletes, multi-tenancy, and more.
woodruff.dev/global-query...
#EFCore #dotnet #DevTips #PerfOptimization
With Global Query Filters, you can set the rules once and let EF Core apply them automatically—perfect for soft deletes, multi-tenancy, and more.
woodruff.dev/global-query...
#EFCore #dotnet #DevTips #PerfOptimization
Batching Updates & Inserts lets you send multiple changes in a single DB call—reducing trips, saving resources, and boosting performance.
Learn how: woodruff.dev/batching-upd...
#EFCore #dotnet #PerfOptimization
Batching Updates & Inserts lets you send multiple changes in a single DB call—reducing trips, saving resources, and boosting performance.
Learn how: woodruff.dev/batching-upd...
#EFCore #dotnet #PerfOptimization