.NET Framework Threading
This video series demonstrates how to utilize threads in your applications to increase performance. Includes a thorough explanation of how threads work and even how to debug threaded applications.

This webpage describes a single series/course, each course containing many screencast videos. HOWEVER …
This series/course has been removed from our collection, probably because we have updated it with a newer version.
Read why I decided to keep old pages like this around. Or better yet, visit the home page … its the best place to get started.
Videos in this series:
- Threading Concepts
Defines and describes how threading works, particularly in the context of .NET. REQUIRES FLASH 6 PLAYER!
- A Simple Threading Application Example
Demonstrates the creation of a very simple multi-threaded application.
- A More Complex Threading Application Example
Demonstrates a more complex threading example that utilizes network resources and shows how to improve responsiveness and execution speed using multiple threads.
- Working with a Threads Lifecycle
Shows how to start, pause, resume and abort a thread.
- Debugging Threaded Applications
Demonstrates how to use special tools in Visual Studio.NET to debug threaded apps.

