![Concurrency in .NET Concurrency in .NET](https://i0.wp.com/www.programmer-books.com/wp-content/uploads/2019/01/Concurrency-in-.NET_.jpg?resize=696%2C874&ssl=1)
Concurrency in .NET Book Description:
Functional languages help developers support concurrency by encouraging immutable data structures that can be passed between threads without having to worry about a shared state, all while avoiding side effects.
Concurrency in .NET teaches readers how to build concurrent and scalable programs in .NET using the functional paradigm. This intermediate-level guide is aimed at developers, architects, and passionate computer programmers.