I'm looking for good examples of multithreading practices in C#. I'd like to see common methods of 开发者_开发技巧executing multithreading processes.
I've been doing the same type of research. I've come across a free eBook on threading which has been fantastic. It's from Joseph Albahari, the author of several books and LinqPad. Excellent resource.
http://www.albahari.com/threading/
If you're talking about what kind of patterns and problems you might stumble into when doing multithreaded concurrent programming in general I've heard a lot of good about. For C# specifics Albahari's book or C# 4.0 in a nutshell is a good reference
http://www.amazon.com/Concurrent-Programming-Windows-Joe-Duffy/dp/032143482X
精彩评论