Introduction This version of the WPF Folder Browser introduces new basic functionality. It offers Selection on double click automatic treevi...
Tuesday, May 1, 2012
Best Practice logging pattern for Silverlight application
Here I am going to demonstrate server side logging mechanism for Silverlight applications using NLog 2.0. Using this you can have centralize...
Enhanced ObservableCollection with ability to delay or disable notifications
MSDN describes ObservableCollection as a dynamic data collection which provides notifications when items get added, removed, or when the who...