Month: July 2010

WP7 MediaElement Memory Leak

Currently trying to fix a memory leak.  Don’t have a lot of experience troubleshooting these so figured I would post about.  The memory leak occurs when you replay a MediaElement in the MediaEnded event. I started with a new WP7 app added the following xaml to the page: <MediaElement AutoPlay=”True” Source=”MyShortMovie.wmv” MediaEnded=”MediaElement_MediaEnded”/> and the following …

WP7 MediaElement Memory Leak Read More »

MVVM Light

I’ve been using the MVVM Light framework for my Windows Phone App and have really liked the experience.  This is my first Silverlight 3/4 app and like the decoupled nature of the MVVM pattern.  MVVM Light makes it really easy.  I have avoided any code  in the code-behind so far and hope to continue to …

MVVM Light Read More »

IsolatedStorage Issues

I have found an issue with using IsolatedStorage.  Haven’t tried reproducing in a new solution yet but it doesn’t seem to be caused by my code.  Its really hard to tell because you get no details its just an IsolatedStorageException. It seems to occur when I stop and then start debugging then try to delete …

IsolatedStorage Issues Read More »

Welcome!

I started this blog to share and self document cool stuff I pick up related to .NET and software development in general.  I’m a .NET developer professionally and have recently started developing WP7 apps in my spare time.  So initially, the content will be a mix of cool WP7 consumer info and development woes/findings. Please …

Welcome! Read More »