This is lesson 3 of 3 in this module
Course 5% 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.