Sunday, September 18, 2011

WPF 4.5 New features

http://msdn.microsoft.com/en-us/library/bb613588(v=vs.110).aspx

Its sad to say that,I can't find much interesting features.

Monday, August 8, 2011

How dependency property internally works? A MUST read for WPF and Silverlight developers

A good article which I though of writing when I started WPF. This describes how dependency property concept is implemented on top of .Net 2.0 framework without even adding a .net language keyword.

http://www.abhisheksur.com/2011/07/internals-of-dependency-property-in-wpf.html
A MUST read for WPF and Silverlight developers before they actually write code for clients.

Sunday, March 20, 2011

Open source WPFInspector

Another Snoop like debugging tool for WPF.But this is useful to debug and inspect DataContext,Resources,Triggers & Styles.

I don’t want to compare this with Snoop.Check it out yourself !!!

http://wpfinspector.codeplex.com