Recent Posts

On Twitter

less than 1 minute read

I am on twitter at http://twitter.com/PuneetGhanshani

Silverlight & WPF: MVVM

less than 1 minute read

MVVM (Model-View-ViewModel) is the new mantra for designing XAML based applications.  This is brought out to address the emerging change in the approach of s...

List vs ObservableCollection

1 minute read

The difference between a generic list List<T> and an observable collection ObservableCollection<T> is that observable collection includes an inte...

WPF vs WPF XBAP vs Silverlight

1 minute read

Many have answered this question and many have asked me the same... So after research from various sites including http://silverlight.net and http://blogs.ms...