Chapter 19. Multithreaded and Parallel Programming

Nobody enjoys working with an application which is slow and sluggish during its execution. Moreover, nobody enjoys starting a task in an application (perhaps initiated by the clicking of a toolbar item) which prevents other parts of the program from being as responsive as possible. Before the release of .NET, building applications that had the ability to perform multiple tasks required authoring very complex C++ code and the Windows threading APIs. Thankfully, the .NET platform provides a number of ways for you to build software which can perform complex operations on unique paths of execution, with far less fuss and bother.

This chapter begins by revisiting the .NET delegate type to investigate ...

Get Pro VB 2010 and the .NET 4 Platform now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.