Skip to main content
This is lesson 3 of 4 in this module Course 3% complete

Performance Optimization Strategies

We survey high-level strategies for writing performant .NET code: choose the fastest algorithm in identified hot spots, minimize heap allocations to reduce garbage collector pressure, and find the true weakest link in an execution chain before optimizing anything.