Exception Handling, Queuing, and UI Synchronization for WCF Services Using the CCR

Monday, November 17th, 2008 Posted in Programming | 3 Comments »

This weekend I wanted to throw together a nice sample illustrating some ideas that I was playing around with this summer. While I was out at Microsoft Research, I got ... Read more..

"Using" ReaderWriterLockSlim

Tuesday, September 23rd, 2008 Posted in Programming | 4 Comments »

Disclaimer: Steven pointed out in the comments that a very subtle race condition exists that can lead to deadlocks. Use with caution :) When writing multi-threaded applications, it is ... Read more..

Multithreading and Concurrency in .NET

Saturday, June 14th, 2008 Posted in Programming | 6 Comments »

Lately I've been doing a lot of multithreaded programming and have been searching for different ways to accomplish this task.  It's certainly not straightforward and requires a solid understanding of ... Read more..