Avoid the Event Handler Memory Leak
The lesson introduces the event handler memory-leak trap where attached delegates prevent events from being de-referenced, and the dispose pattern as the correct way to release objects that own event subscriptions.
Previous Module
The .NET Garbage Collector
This Module
Memory Performance Optimizations