Write Multithreaded C# Code
The threading topics in this course will give you an excellent foundation to start writing your own multi-threaded code. The course covers starting and aborting threads, locking threads, synchronizing threads, dealing with deadlocks and livelocks, auto-reset events and the thread barrier class. All you need to make your next multi-threaded code completely bulletproof.