Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I understand threading in theory but not in practice in .net

I have a basic cs-major understanding of multi-threading but have never had to do anything beyond simple timers in an application. Does anyone know of a good resource that will give me a tour how to work with multi-threaded applications, explaining the basics and maybe posing some of the more difficult stuff?

like image 735
George Mauer Avatar asked Sep 08 '08 14:09

George Mauer


1 Answers

This is a great free resource by Joseph Albahari. Threading in C#

like image 197
Gulzar Nazim Avatar answered Oct 07 '22 15:10

Gulzar Nazim