.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...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Birmingham, UK :
Packt Publishing,
2013.
|
Subjects: | |
Online Access: | Texto completo |
Table of Contents:
- 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.