Book recommendation - Parallel programming for C# .NET 4.0 [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
开发者_开发技巧 Improve this questionI'm looking for a book which contains information about the following topics:
- Thread synchronization methods
- Parallel Extension
- Asynchronouse programming (Invoke, BeginInvoke, BackgroundWorker, Threads, ...)
I've already knowledge about these topics but I'll refresh all these in deep and with focus on C#.
The book recommendations should be for C# / .NET 4.0 (not Java) and in English or German.
Thank you guys. Danny
I think Parallel Programming wiht .NET is exactly what you're looking for.
- You can read it online in the MSDN library but it is also available as hardcopy.
- It has a plenty of samples (that can be reused easily) in C#, VB and F#.
To read more about the F# versions, you can read my blog post series
Even though it is not specific to parallel programming, C# in a nutshell 4 is a decent reference to understand these concepts
Another nice document comes from Microsoft:
- Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4
C# 4.0 in a nutshell by o reilly publications
http://www.amazon.com/C-4-0-Nutshell-Definitive-Reference/dp/0596800959/ref=sr_1_1?ie=UTF8&qid=1298027628&sr=8-1
精彩评论