Import It All
Books > Computers & Technology > Programming > Microsoft Programming > .NET
C# Multithreaded and Parallel Programming

C# Multithreaded and Parallel Programming

Product ID: 18850976 Condition: New

Payflex: Pay in 4 interest-free payments of R254.25. Learn more
R 1,017
includes Duties & VAT
Delivery: 10-20 working days
Ships from USA warehouse.
Secure Transaction
VISA Mastercard payflex ozow

Product Description

C# Multithreaded and Parallel Programming

<b>Develop powerful C# applications to take advantage of today's multicore hardware</b><h2>About This Book</h2><ul><li>Make use of the latest Visual Studio debugging tools, to manage and debug multiple threads running simultaneously</li><li>Learn how to use the Thread, Task, and Parallel libraries in your C# applications</li><li>Explore the evolution of multithreaded development in C#, starting with BackgroundWorker classes and moving on to threads and tasks and finally covering Async</li></ul><h2>Who This Book Is For</h2><p>If you are a C# developer and want to learn how to take advantage of the features of .NET for concurrent and multithreaded applications, then this book is for you. If you are already comfortable with C# but want to learn more about parallel design patterns, threads, tasks, and async, then look no further!</p><h2>What You Will Learn</h2><ul> <li>Explore all the essential methods used for programming multithreaded applications</li> <li>Enhance the performance of an application by designing various parallel operations to achieve concurrency</li> <li>Build powerful applications using the Task Parallel Library (TPL), which makes concurrent processing of items in a data collection simple</li> <li>Implement data parallelism using the Parallel library, concurrent collections, and PLINQ</li> <li>Debug your multithreaded applications using the Threads view, Tasks window, Parallel Stacks window, and Parallel Watch window</li> <li>Accomplish any given parallel task using two of the most popular parallel patterns for development: Pipelining and producer-consumer</li> <li>Get to grips with the Asynchronous Programming Model (APM) to learn to begin and end asynchronous operations</li> </ul><h2>In Detail</h2><p>Most modern machines have dual-core processors. This means that the present-day computer has the ability to multitask. Using multiple cores means your applications can process data faster and be more responsive to users. However, to fully exploit this in your applications, you need to write multithreading code.</p><p>We will begin by covering some techniques that have been around since the beginning of .NET, including the BackgroundWorker component, timers, and the Thread class. We will use tasks, task factories, and parallel loops to develop multithreaded applications at a higher level than directly creating and managing individual threads. Finally, we will look at the tools Visual Studio provides for debugging parallel applications, common concurrent design patterns, and the latest updates in PLINQ and async.</p>

Technical Specifications

Country
USA
Brand
Packt Publishing
Manufacturer
Packt Publishing
Binding
Paperback
ItemPartNumber
black & white illustrations
ReleaseDate
2014-12-24T00:00:01Z
UnitCount
1
EANs
9781849688321

You might also like

Back to top