sync toc
Threading Knowledge Pack
Protect Static Data with Thread Synchronization
Do not terminate other threads using Thread.Abort
Static Method Changing Static State
Avoid Calling Static Method on Same Class
Use thread pooling classes to optimize multi-threaded applications multi-threaded applications
Protect use of Monitor with Exit
Excessive Use of Synchronization