May 2013
Beginner
696 pages
47h 10m
English
Objectives
In this chapter you’ll:
Understand what asynchronous programming is and how it can improve the performance of your apps.
Use the Async modifier to indicate that a method is asynchronous.
Use an Await expression to wait for an asynchronous task to complete execution so that an Async method can continue its execution.
Take advantage of multicore processors by executing tasks asynchronously ...
Read now
Unlock full access