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

Descripción completa

Detalles Bibliográficos
Autores principales: Blewett, Richard, Clymer, Andrew, Ltd, Rock Solid Knowledge
Lenguaje:eng
Publicado: Springer 2014
Materias:
Acceso en línea:http://cds.cern.ch/record/1706576
Descripción
Sumario: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 performanceIn 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