Title | Concurrency in .NET |
---|---|
Sub Title | Modern patterns of concurrent and parallel programming |
Author | Riccardo Terrell |
Category | Computer & Programming |
Language | English |
Region | |
Tags | ASP.NET |
ISBN | 1617292990 |
Year | 2018 |
Format | |
Pages | 570 |
File Size | 7.9 MB |
Total Download | 903 |
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.