Should I study the multithreading of any good books or good articles?

Although I participated in .net for several years for several years, I did not do multithreading in a serious way. I used a background worker and a Dispatcher object in WPF in a very simple way.

All the tasks that I would like to apply (financial sector), all of them require multi-threaded experience. Not sure what you need to know about streaming, but I seem to be without it.

Are there any books or good examples (like codeplex, etc.) that give an idea or what I need to know as a developer for working with real-time Soft applications using Windows Forms or WPF?

+7
source share
3 answers

Threading in C # , Joseph Albahari.

You can download PDF from the page for free.

It is translated into Chinese, Czech, Persian, Russian and Japanese.

There are many examples in C #, and I think it covers all the main threads of multithreading ...

+13
source

Joe Duffy. The book . Blog Period .

+6
source

Here 's a pretty good introduction to multithreaded C #.

+5
source

All Articles