Performance Killers in EF Core: Top 11 Common Mistakes and How to Fix Them

A comprehensive guide to diagnosing and fixing common EF Core performance issues, with practical code examples and real-world performance improvements.

July 17, 2025 · Last modified: July 30, 2025 · 22 min

C# Default Interface Methods: Future-Proof and Backward-Compatible APIs

A practical guide to C# Default Interface Methods: how to use them, when to avoid them, and how they help you build future-proof APIs.

July 15, 2025 · Last modified: July 30, 2025 · 11 min

Avoiding N+1 Queries in EF Core: Include() vs SplitQuery()

A practical guide to fixing N+1 queries in EF Core using Include and AsSplitQuery, with code samples and performance tips.

July 8, 2025 · Last modified: July 10, 2025 · 11 min
×