RU EN
Книги для разработчиков

Concurrency in C# Cookbook

Concurrency in C# Cookbook

Asynchronous, Parallel, and Multithreaded Programming, 2nd Edition
Автор:
Год:
Страниц:
322
Просмотров:
2539
Concurrency in C# Cookbook favorites 0
Описание

If you’re one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using libraries and language features in .NET and C# 8.0.

Concurrency is now more common in responsive and scalable application development, but it’s still extremely difficult to code. The detailed solutions in this cookbook show you how modern tools raise the level of abstraction, making concurrency much easier than before. Complete with ready-to-use code and discussions about how and why solutions work, these recipes help you:

Get up to speed on concurrency and async and parallel programming:
• Use async and await for asynchronous operations.
• Enhance your code with asynchronous streams.
• Explore parallel programming with .NET’s Task Parallel Library.
• Create dataflow pipelines with .NET’s TPL Dataflow library.
• Understand the capabilities that System.Reactive builds on top of LINQ.
• Utilize threadsafe and immutable collections.
• Learn how to conduct unit testing with concurrent code.
• Make the thread pool work for you.
• Enable clean, cooperative cancellation.
• Examine scenarios for combining concurrent approaches.
• Dive into asynchronous-friendly object-oriented programming.
• Recognize and write adapters for code using older asynchronous styles.

Похожее
C# Multithreaded and Parallel Programming
Автор: Rodney Ringler
Год: 2014
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...
Azure Quick Start for .NET Developers
In this short guide, explore Microsoft Azure services for a variety of .NET application scenarios. Quickly learn about the services that are right for you....
Problem Solving in Data Structures and Algorithms Using C#
Автор: Hemant Jain
Год: 2018
This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by...
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...
Написать сообщение
Тип
Почта
Имя
*Сообщение
RSS
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
30 вопросов на собеседовании фронтенд разработчика
Путеводитель по репликации баз данных
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Функции и хранимые процедуры в PostgreSQL: зачем нужны и как применять в реальных примерах
5 ошибок при разработке высоконагруженных сервисов
Разработка игр на Unity: с нуля до профессионала
Микросервисы: как определить, подойдут ли они вашему проекту
Как мы столкнулись с версионированием и осознали, что вариант «просто проставить цифры» не работает
Vite.js: что это и зачем нужно веб-разработчику
Умные программисты пишут STUPID-код
Boosty
Donate to support the project
GitHub account
GitHub profile