This repository is not active
markheath/eventmemoryleakexample
An example project showing examples of how memory can be leaked with event handlers and event aggregators when you forget to unsubscribe, and includes a simple example of a weak reference based event aggregator that doesn't suffer from this problem.
C#