Thursday, December 01, 2011
#
While working on a WPF application, I had a need to show the wait cursor while performing a long running operation. However, I didn't want the long running process tying up the UI thread. I needed to run the long running operation on its own thread. I decided to use the Task Parallel Library (TPL) to help.
Tuesday, May 03, 2011
#
When you have Microsoft Office Communicator or Lync installed, and you visit a SharePoint site, you will get these presence indicators next to peoples’ names...In SharePoint 2007 (or any other web page), whenever I needed to display a presence icon in custom code, I just use the following HMTL/CSS/JavaScript