Limit this search to....

ASYNC in C# 5.0: Unleash the Power of ASYNC
Contributor(s): Davies, Alex (Author)
ISBN: 1449337163     ISBN-13: 9781449337162
Publisher: O'Reilly Media
OUR PRICE:   $14.24  
Product Type: Paperback - Other Formats
Published: October 2012
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - C#
- Computers | Software Development & Engineering - General
- Computers | Programming - Microsoft
Dewey: 005.133
Physical Information: 0.22" H x 7.01" W x 9.17" (0.41 lbs) 104 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

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 chore
  • Discover new performance possibilities in ASP.NET web server code
  • Explore how async and WinRT work together in Windows 8 applications
  • Learn the importance of the await keyword in async methods
  • Understand which .NET thread is running your code--and at what points in the program
  • Use the Task-based Asynchronous Pattern (TAP) to write asynchronous APIs in .NET
  • Take advantage of parallel computing in modern machines
  • Measure async code performance by comparing it with alternatives

Contributor Bio(s): Davies, Alex: -

Alex is a coder, blogger and concurrency enthusiast from England. He currently works as a developer and product owner at Red Gate, working on tools for .NET developers. Before that, he did a degree in computer science at Cambridge University, and still has theoretical CS in his blood. In his spare time he writes an open source Actors framework for .NET, to let people write parallel programs more easily.

Davies: -

Alex is a coder, blogger and concurrency enthusiast from England. He currently works as a developer and product owner at Red Gate, working on tools for .NET developers. Before that, he did a degree in computer science at Cambridge University, and still has theoretical CS in his blood. In his spare time he writes an open source Actors framework for .NET, to let people write parallel programs more easily.