Additional information
Full Title | Async in C# 5.0 1st Edition |
---|---|
Author(s) | Davies, Alex |
Edition | 1st Edition |
ISBN | 9781449337162 |
Publisher | O\'Reilly Media |
Format | PDF and EPUB |
Original price was: $9.99.$2.00Current price is: $2.00.
Access Async in C# 5.0 1st Edition Now. Discount up to 90%
Full Title | Async in C# 5.0 1st Edition |
---|---|
Author(s) | Davies, Alex |
Edition | 1st Edition |
ISBN | 9781449337162 |
Publisher | O\'Reilly Media |
Format | PDF and EPUB |
If you’re writing one of several applications that call for asynchronous programming, this concise hands-on guide shows you how the async feature in C# 5.0 can make the process much simpler. Along with a clear introduction to asynchronous programming, you get an in-depth look at how the async feature works and why you might want to use it in your application.Written for experienced C# programmers—yet approachable for beginners—this book is packed with code examples that you can extend for your own projects.Write your own asynchronous code, and learn how async saves you from this messy choreDiscover new performance possibilities in ASP.NET web server codeExplore how async and WinRT work together in Windows 8 applicationsLearn the importance of the await keyword in async methodsUnderstand which .NET thread is running your code—and at what points in the programUse the Task-based Asynchronous Pattern (TAP) to write asynchronous APIs in .NETTake advantage of parallel computing in modern machinesMeasure async code performance by comparing it with alternatives