[download pdf] Highly Scalable Systems in .NET: Concurrency in Functional C# and F#
Highly Scalable Systems in .NET: Concurrency in Functional C# and F# by Riccardo Terrell

- Highly Scalable Systems in .NET: Concurrency in Functional C# and F#
- Riccardo Terrell
- Page: 450
- Format: pdf, ePub, mobi, fb2
- ISBN: 9781491940532
- Publisher: O'Reilly Media, Incorporated
Download eBook Links to an external site.
Ebooks download free epub Highly Scalable Systems in .NET: Concurrency in Functional C# and F# English version
Overview
Writing safe concurrent programs has become a principle concern in recent years, as multicore CPUs have become more widespread. 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 and avoiding side effects. This book provides information about how to write readable, more modular, and maintainable code in C# and F#, languages that function at peak performance with fewer lines of code, resulting in increased productivity and successful programs. This book will make you an expert in delivering successful high-performance solutions.