516 Views
Memory leaks were, are and always will be a concern in an application. One of it’s classical origin is unsubscribed events handler. The weak event pattern is here to the rescue but it is quite fastidious to implement. In this post we’ll see how the WPF teams ease up our life when using the WeakEventManager class.
0 comments