Preventing memory leaks

Memory leaks are a very stubborn issue inside the .NET world. Every subscription to events can result in a memory leak if not unsubscribed correctly. Catel provides several helper classes to prevent memory leaks in applications.