Loading…

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? h...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Authors: Blewett, Richard (UK software developer), Clymer, Andrew (Author)
Format: Electronic eBook
Language:Inglés
Published: Berkeley, California : Apress, 2013.
Series:Expert's voice in .NET.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • An introduction to asynchronous programming
  • The evolution of the .NET asynchronous API
  • Tasks
  • Basic thread safety
  • Concurrent data structures
  • Asynchronous UI
  • async and await
  • Everything a task
  • Server-side async
  • TPL dataflow
  • Parallel programming
  • Task scheduling
  • Debugging async with Visual Studio
  • Debugging async : beyond Visual Studio.