Pro-Asynchronous-Programming-with-NET
Product Description
Condition - Very Good
The item shows wear from consistent use but remains in good condition. It may arrive with damaged packaging or be repackaged.
Pro-Asynchronous-Programming-with-NET
Pro Asynchronous Programming with .NET teaches the essential skill of asynchronous programming in .NET. It answers critical questions in .NET application development, such as: how do I keep my program responding at all times to keep my users happy? how do I make the most of the available hardware? how can I improve performance?
In the modern world, users expect more and more from their applications and devices, and multi-core hardware has the potential to provide it. But it takes carefully crafted code to turn that potential into responsive, scalable applications.
With Pro Asynchronous Programming with .NET you will:
- Meet the underlying model for asynchrony on Windows—threads.
- Learn how to perform long blocking operations away from your UI thread to keep your UI responsive, then weave the results back in as seamlessly as possible.
- Master the async/await model of asynchrony in .NET, which makes asynchronous programming simpler and more achievable than ever before.
- Solve common problems in parallel programming with modern async techniques.
- Get under the hood of your asynchronous code with debugging techniques and insights from Visual Studio and beyond.
- How threads make asynchrony possible in .NET
- The costs and benefits of different synchronization primitives
- How to make the most of the async and await keywords for easier management of asynchronous operations
- How to use an asynchronous model to scale processing across multiple cores
- The different demands of IO and CPU bound processing
- Debugging multithreaded code effectively



