Ebook: .NET 4.5 parallel extensions cookbook
Author: Bryan Freeman
- Tags: Microsoft Visual studio., Web site development., Microsoft .NET., C# (Computer program language), Web sites., Web sites -- Design., C -- (Computer program language), Microsoft .NET Framework., Parallel programming (Computer science)
- Year: 2013
- Publisher: Packt Publishing
- City: Birmingham, UK
- Language: English
- epub
If youre an experienced C# developer, this book will give you the know-how to exploit the power of multicore processors. Its 80 recipes provide an in-depth guide to using .NET 4.5 to enhance application performance and scalability.
- Create multithreaded applications using .NET Framework 4.5
- Get introduced to .NET 4.5 parallel extensions and familiarized with .NET parallel loops
- Use new data structures introduced by .NET Framework 4.5 to simplify complex synchronisation problems
- Practical recipes on everything you will need to create task-based parallel programs
In Detail
.NET parallel extensions brings the power of parallel and asynchronous programming to a much wider developer audience than ever before. This book will give a developer with no multithreaded development experience the ability to write highly scalable parallel applications that take advantage of modern multicore processors.If you are an experienced .NET developer who wants to put parallel extensions to work in your applications, this book is for you.
".NET 4.5 Parallel Extensions Cookbook" is a practical, hands-on guide that provides you with a number of clear step-by-step recipes that will introduce parallelism into your applications and take advantage of modern multicore processors. This book is a crash course in using the extensions, with theory and concepts kept to a minimum.
".NET 4.5 Parallel Extensions Cookbook" offers a wide-ranging presentation of parallel development concepts, and provides a working knowledge of key technologies that are important to developers who want to take advantage of multi-core architectures.
You will learn how to compose a series of producer/consumer tasks into a pipeline that can process data elements received from a real-time event stream. You will also learn how to connect the stages of pipelines together using the concurrent collections. You will learn everything you need to know to transform the multicore power found in modern processors into application performance and scalability.