|
This course provides information on how Visual Basic 2005 works with threads and thread pooling, how to perform synchronous and asynchronous task execution using threads, how to marshal (pass) data across threads, and how to synchronize data across threads.
Objectives:
- Explain the benefits of threading in .NET
- Define thread classes and thread pool classes in .NET
- Describe threading methods in .NET
- Describe how data are marshaled across threads in Visual Basic 2005
- Explain how threads are pooled in Visual Basic 2005
- Describe how to create and work with delegates and events together
- Explain synchronous and asynchronous execution in Visual Basic 2005
Topics:
- Thread benefits, classes and methods
- Thread data movement and pooling
- Thread execution and synchronization
|