December 2011
Intermediate to advanced
336 pages
10h 10m
English
While the primary function of the Presentation layer is to interact with the user, you also can use the computer power of the client by handling computing tasks that do not require communication with the server or data layers. Using multithreaded techniques enables you to use the processing power of the client while maintaining responsiveness in the UI.
The BackgroundWorker component is designed to allow you to execute time-consuming operations on a separate, ...