Threading in C#
Details
Threading is one of those "black arts" that the really advanced Ninjas know how to do. I've done a bit of it in the past, but I want to learn more. Libraries like the TPL for LINQ are very useful, but are not a true substitute for threading.
Threading basics Writing thread-safe code Sharing state between threads Synchronizing threads The thread pool Delegates and threads Other parallel approaches (e.g., the TPL) http://photos1.meetupstatic.com/photos/event/b/9/4/event_21902964.jpeg
