Cargando…

.NET 4.5 Parallel Extensions cookbook /

This book contains practical recipes on everything you will need to create task-based parallel programs using C♯, .NET 4.5, and Visual Studio. The book is packed with illustrated code examples to create scalable programs. This book is intended to help experienced C♯ developers write applications tha...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Freeman, Bryan (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2013.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover
  • Copyright
  • Credits
  • About the Author
  • About the Reviewers
  • www.PacktPub.com
  • Preface
  • 1. Getting Started with Task Parallel Library
  • 2. Implementing Continuations
  • 3. Learning Concurrency with Parallel Loops
  • 4. Parallel LINQ; Introduction
  • 5. Concurrent Collections
  • 6. Synchronization Primitives
  • 7. Profiling and Debugging
  • 8. Async
  • 9. Dataflow Library.