I'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
Another nice document comes from Microsoft:
I think Parallel Programming wiht .NET is exactly what you're looking for.
To read more about the F# versions, you can read my blog post series
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
Even though it is not specific to parallel programming, C# in a nutshell 4 is a decent reference to understand these concepts