Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need to learn multithreading any good books or good articles? [closed]

Eventhough I have been involved in .net for a few years I have not done multithreading in a serious way.I have used the background worker and the Dispatcher object in WPF in a very simple way.

All the jobs I would like to apply (financial sector) they all require multithreaded experience. Not sure what knowledge of threading is required but I seem to be stack without it.

Is there any books or good examples (eg. codeplex, etc) which gives an idea or what I need to know as a developer to work on Soft real time applications using Windows Forms or WPF?

like image 948
user712923 Avatar asked May 12 '11 19:05

user712923


3 Answers

Threading in C#, by Joseph Albahari.

You can download the PDF from the page for free.

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

It has lots of examples in C#, and I think it covers all the main topics about multithreading...

like image 151
Oscar Mederos Avatar answered Oct 10 '22 11:10

Oscar Mederos


Joe Duffy. Book. Blog. Period.

like image 28
jason Avatar answered Oct 10 '22 09:10

jason


Here is a pretty good introduction to multithreaded C#.

like image 28
Phil Lamb Avatar answered Oct 10 '22 10:10

Phil Lamb