Wednesday, December 16, 2009

Referring Silverlight 4 DLLs in WPF

Finally MSFT did it.Now we can use Silverlight assemblies in WPF without recompilation.In the older days we have to link the files to other solution and compile for Silverlight and WPF separately.Now that is over.Share your assemblies…

See what the CLR team says about this.

Tuesday, December 8, 2009

Finding Memory Leak in Silverlight

Finally one of my colleague opened the door to the Silverlight debugging using WinDbg and after a through google I was able to find out a great article by Delay regarding the same.

http://blogs.msdn.com/delay/archive/2009/03/11/where-s-your-leak-at-using-windbg-sos-and-gcroot-to-diagnose-a-net-memory-leak.aspx

This blog tells about so many commands while debugging.So you may obviously in one question.What are the other commands? Here is the list of commands.

Enjoy debugging and stop the leaks in your application.