Search  
RU EN
Books for developers

C# Multithreaded and Parallel Programming

C# Multithreaded and Parallel Programming

Author:
Year:
Pages:
344
Views:
1823
C# Multithreaded and Parallel Programming favorites 0
Description

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.

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.

What You Will Learn:

  • Explore all the essential methods used for programming multithreaded applications;
  • Enhance the performance of an application by designing various parallel operations to achieve concurrency;
  • Build powerful applications using the Task Parallel Library (TPL), which makes concurrent processing of items in a data collection simple;
  • Implement data parallelism using the Parallel library, concurrent collections, and PLINQ;
  • Debug your multithreaded applications using the Threads view, Tasks window, Parallel Stacks window, and Parallel Watch window;
  • Accomplish any given parallel task using two of the most popular parallel patterns for development: Pipelining and producer-consumer;
  • Get to grips with the Asynchronous Programming Model (APM) to learn to begin and end asynchronous operations.
Similar
ASP.NET Core. Разработка приложений
Автор: Джеймс Чамберс, Дэвид Пэкетт, Саймон Тиммс
Год: 2018
Современные разработчики занимаются построением кроссплатформенных приложений, их сопровождением и развертыванием. Чтобы облегчить им тяжкий труд, был создан новый фреймворк компании Microsoft — ASP.NET Core. Теперь в вашем распоряжении множество разнообразных библиотек с открытым кодом, более того, сам фреймворк является продуктом...
C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development
Автор: Mark J. Price
Год: 2017
About This BookBuild modern, cross-platform applications with .NET Core 2.0.Get up to speed with C#, and up to date with all the latest features of C# 7.1.Start creating professional web applications with ASP.NET Core 2.0.Who This Book Is ForThis book...
Thinking in LINQ
Автор: Sudipta Mukherjee
Год: 2014
A Programmer's Guide to C# 5.0, 4th Edition
Автор: Eric Gunnerson , Nick Wienholt
Год: 2012
Send message
Type
Email
Your name
*Message