Introduction
Welcome
()
What you should know
()
1. Signaling and Thread Concepts
Thread safety
()
Thread affinity
()
Signaling: AutoResetEvent
()
Two-way signaling
()
Signaling: ManualResetEvent
()
Signaling: Countdown
()
2. Task Parallel Library (TPL)
TPL introduction
()
TPL demo
()
Parallel vs. normal execution
()
Parallel.For with thread local
()
Continuation with state
()
TaskCompletionSource
()
3. PLINQ
PLINQ introduction
()
PLINQ demo
()
Degree of parallelism
()
Concurrency bag
()
Merge options
()
4. Task Asynchronous Pattern (TAP)
TAP introduction
()
TAP demo
()
Ex_Files_AdvThreadingCsharp.zip
(1.3 GB)