开发者

Book recommendation - Parallel programming for C# .NET 4.0 [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

开发者_开发技巧 Improve this question

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


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

    Book recommendation - Parallel programming for C# .NET 4.0 [closed]


Even though it is not specific to parallel programming, C# in a nutshell 4 is a decent reference to understand these concepts

Book recommendation - Parallel programming for C# .NET 4.0 [closed]


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

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜