Pro Asynchronous Programming with .NET

时间:2018-12-05 10:00:38
【文件属性】:
文件名称:Pro Asynchronous Programming with .NET
文件大小:8.24MB
文件格式:PDF
更新时间:2018-12-05 10:00:38
Asynchronous .NET 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. In the past asynchronous programming was seen as an advanced skill. It’s now a must for all modern developers. Pro Asynchronous Programming with .NET is your practical guide to using this important programming skill anywhere on the .NET platform.

网友评论

  • 这本书很不错,对异步编程做了较详细的说明。