首页
社区
课程
招聘
[转帖]Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming 2nd Edition
发表于: 2021-2-7 11:51 10319

[转帖]Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming 2nd Edition

2021-2-7 11:51
10319

Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming 2nd Edition

Title : Concurrency in C # Cookbook: Asynchronous, Parallel, and Multithreaded Programming 2nd Edition (Early Release)

Posted by : Stephen Cleary

Publisher : O'Reilly Media, Inc.

ISBN : 149205450X

Year : 2019

Pages : 254

Language : English

Format : TRUE PDF

Size : 10.8 Mb


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

https://mega.nz/file/jgt1zRSZ#C_Gf2bxX9JRRLWvpQ5Izqp-Xf9g3dMFb0AaePnz4ttM



[课程]Android-CTF解题方法汇总!

收藏
免费 1
支持
分享
最新回复 (4)
雪    币: 2251
活跃值: (8625)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
2

上传的附件:
2021-2-7 12:01
0
雪    币: 5855
活跃值: (438)
能力值: ( LV4,RANK:45 )
在线值:
发帖
回帖
粉丝
3
FleTime
多谢
2021-3-10 19:00
0
雪    币: 1077
活跃值: (1511)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
感谢分享.
2021-6-16 20:40
0
雪    币: 453
活跃值: (129)
能力值: (RANK:0 )
在线值:
发帖
回帖
粉丝
5
非常感谢.
2021-6-27 17:44
0
游客
登录 | 注册 方可回帖
返回
//