Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
C# Threading Handbook Review by Goh Siang Hwee
unbelievable! no code for download!
I am new to .net threading and this is the book i could find which is about .net threading. Since there are not much choices,comparisons are almost unlikely.
The book is well organized but with one main problem, no source code download. Actually i don't mind there isn't a code for download, because i prefer to type myself. but the author had to make sure all the codes are within the book and all workable.
When i read until chapter 2. I found some difficulty.
There is a topic about "Life cycle of Thread". when i gone thru the "Interrupting a Thread" it prompt me error. Then i skip this part and go to "Pausing and Resuming Threads". no error but the pause button doesn't work. the thread still continue running even i press the pause button. till i put a break point in the pause button. A little dissapointed hope the author can rectify it immediately