Book recommendation - Parallel programming for C#

2019-05-01 17:03发布

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

4条回答
叼着烟拽天下
3楼-- · 2019-05-01 17:25

I think Parallel Programming wiht .NET is exactly what you're looking for.

查看更多
等我变得足够好
5楼-- · 2019-05-01 17:49

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

enter image description here

查看更多
登录 后发表回答