Back to Windows Phone 7 Database

Since Microsoft now released RTM version of their tools for Windows Phone 7 development, I updated my phone database project to the latest version as well.  You can find this project here : http://winphone7db.codeplex.com/. I added also a new feature – ability to create tables with data on desktop, then load them into the database …

Continue reading ‘Back to Windows Phone 7 Database’ »

Using WinDbg to Find Memory Leaks in Silverlight Applications

In light of recent issues with memory leaks in Silverlight and the fact that service pack that was supposed to address these issues was released last week, I found myself working on an application, trying to confirm that it does not leak any longer.  To simplify my approach, I created a destructor for my view …

Continue reading ‘Using WinDbg to Find Memory Leaks in Silverlight Applications’ »