开发者

Multithreading practices and methods using C#

开发者 https://www.devze.com 2023-01-25 15:51 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消