Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Blewett, Richard (UK software developer), Clymer, Andrew (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, California : Apress, 2013.
Colección:Expert's voice in .NET.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.