Finding Memory Leaks in WPF-Based applications
No matter what people say, managed code applications can (and will) leak memory. I bumped into a blog post on MSDN today which describes how memory leaks in WPF applications can be avoided and found should they occur. From the blog post:
In this blog I wanted to:
- Show coding practices that can cause memory leaks which are more unique to WPF-base apps
- Show how to avoid these leaks
- Discuss the tools and techniques available to detect the leaks
The article contains links to tools that can help you track memory leaks. It also contains links to other resources about this subject. Be sure to check it out if you experience memory problems in your managed code.
You can find the article with all the information here: http://blogs.msdn.com/jgoldb/archive/2008/02/04/finding-memory-leaks-in-wpf-based-applications.aspx