Search -
Highly Scalable Systems in .NET: Concurrency in Functional C# and F#
Highly Scalable Systems in NET Concurrency in Functional C and F Author:Riccardo Terrell 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 provi... more »des 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.« less