Where Do I Use Async?
The Async libraries are in the .NET Framework 4.6, so you can use the pattern in whatever technology uses .NET 4.6. WPF, Windows Forms, ASP.NET, and even Windows Store apps. These are all technologies that can leverage the power of these libraries.
In other words, you have no limits in using the new pattern and should always use this new way to asynchrony.
Async and Windows 8.X Store Apps
There is another important reason beyond the availability of the Async pattern in .NET languages now: developing Windows 8.x Store Apps. Windows 8.x Apps require you to write most of the code asynchronously, and using old techniques would make developing apps really difficult. Instead, with the Async pattern, coding for Windows 8.x is ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access