Thursday, January 21, 2010

Managed Threading Best Practices

".NET Framework Developer's Guide" has important threading concepts for .NET development.
Managed Threading Best Practices can be found here.

Click Event-based Asynchronous Pattern Overview to read about even based asynchronous pattern and its implementation.

Additional threading info below:
Threads and Threading
The Managed Thread Pool
Exceptions in Managed Threads

No comments: