Advertisement
Search  
Always will be ready notify the world about expectations as easy as possible: job change page
Books for developers

C# Multithreaded and Parallel Programming

C# Multithreaded and Parallel Programming

Author: Rodney Ringler
Year: 2014
Format: PDF
Pages: 344
Views: 1654

14,11 MB
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
Язык программирования C# 5.0 и платформа .NET 4.5
Автор: Эндрю Троелсен
Год: 2013
Страниц: 1311
Pro LINQ: Language Integrated Query in C# 2010
Автор: Joseph Rattz, Adam Freeman
Год: 2010
Страниц: 842
Изучаем C# через разработку игр на Unity, 5-е издание
Автор: Харрисон Ферроне
Год: 2022
Страниц: 401
Изучение C# через разработку игр на Unity — популярный способ ускоренного освоения мощного и универсального языка программирования, используемого для решения прикладных задач в широком спектре предметных областей. Эта книга дает вам возможность с нуля изучить программирование на C# без зубодробительных...
Pro LINQ: Language Integrated Query in C# 2008
Автор: Joseph C. Rattz, Jr.
Год: 2007
Страниц: 626
Send message
Email
Your name
*Message


© 1999–2024 WebDynamics
1980–... Sergey Drozdov
Area of interests: .NET Framework | .NET Core | C# | ASP.NET | Windows Forms | WPF | HTML5 | CSS3 | jQuery | AJAX | Angular | React | MS SQL Server | Transact-SQL | ADO.NET | Entity Framework | IIS | OOP | OOA | OOD | WCF | WPF | MSMQ | MVC | MVP | MVVM | Design Patterns | Enterprise Architecture | Scrum | Kanban