Pro Asynchronous Programming with .NET
eBook - ePub

Pro Asynchronous Programming with .NET

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Pro Asynchronous Programming with .NET

Book details
Table of contents
Citations

About This Book

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.

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.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Pro Asynchronous Programming with .NET by Richard Blewett,Andrew Clymer,Rock Solid Knowledge Ltd in PDF and/or ePUB format, as well as other popular books in Computer Science & Microsoft Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2014
ISBN
9781430259213

Table of contents

  1. Cover
  2. Frontmatter
  3. 1. An Introduction to Asynchronous Programming
  4. 2. The Evolution of the .NET Asynchronous API
  5. 3. Tasks
  6. 4. Basic Thread Safety
  7. 5. Concurrent Data Structures
  8. 6. Asynchronous UI
  9. 7. async and await
  10. 8. Everything a Task
  11. 9. Server-Side Async
  12. 10. TPL Dataflow
  13. 11. Parallel Programming
  14. 12. Task Scheduling
  15. 13. Debugging Async with Visual Studio
  16. 14. Debugging Async—Beyond Visual Studio
  17. Backmatter