(X) Hide this Watch a recording of the recent webinar: Building Line-of-business Applications with Silverlight & WCF Data Services
Sign up for the upcoming webinar on March 16th, 10 am PST: WCF RIA Services Validation by Brian Noyes Full info | Sign up | More webinars
Tweet @silverlightshow and win a SilverlightShow Tweet-shirt. Learn how >>
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 2 results for Memory Leaks.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • Images and memory leaks in Windows Phone 7

    0 comments  /  posted by  Silverlight Show  on  Jan 18, 2011 (1 month ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterWalt Ritscher has a short blog post discussing leaking memory with images in Windows Phone 7.

    Source: WPF Wonderland

    Conserving memory is a huge issue in Windows Phone 7 programming. You must be diligent in checking your memory footprint during development for obvious reasons. For one, your application is destined to run on a limited resource device. For another, Microsoft will refuse to certify your app if you exceed the memory limits.


  • 0 comments  /  posted by  Silverlight Show  on  May 21, 2010 (9 months ago)
    In this post Jossef Goldberg shares a lot of useful information about the memory leaks in WPF-based apps - what can cause memory leaks, how to avoid them and at the end he discusses the tools and techniques available to detect these leaks.

    To illustrate the issues I attached a sample application. The application can launch different child windows; each can cause a separate memory leak. In each of the cases, closing the child window does not actually release the memory held by Window object as you would expect.