Data & Storage
Entity Framework Core Internals – What Happens Under the Hood
Unpacks EF Core’s model cache, change tracker, query compiler and command batcher so you can tune them with confidence.
Optimizing LINQ Queries for Performance
Shows practical patterns for writing LINQ that stays elegant yet runs in milliseconds.
Tracking vs No-Tracking – Impact on Performance and Memory
Explains when to use tracking, no-tracking, or identity-resolution modes to balance memory and correctness.
Working with Raw SQL and Stored Procedures in EF Core
Demonstrates how to read, write, and transact raw SQL and stored procedures through EF Core safely.