Performance3
Every bulletin filed under Performance, newest first.
- Async and Await Best Practices in .NET
How to use async and await in .NET without creating hidden deadlocks, thread starvation, or unnecessarily complicated code.
.NETAsyncPerformance - EF Core Performance Checklist for Production
A practical EF Core checklist for reducing slow queries, oversized object graphs, and unnecessary database work in production systems.
EF CorePerformanceDatabases - Caching Strategies for High-Traffic .NET Applications
How to use in-memory and distributed caching in .NET without serving stale data blindly or hiding deeper design problems.
.NETCachingPerformance