Concurrency in .NET

Concurrency in .NET
出版时间:2018.6
官网链接:Manning
下载地址:百度网盘(truePDF)

内容简介:

about the technology

Unlock the incredible performance built into your multi-processor machines. Concurrent applications run faster because they spread work across processor cores, performing several tasks at the same time. Modern tools and techniques on the .NET platform, including parallel LINQ, functional programming, asynchronous programming, and the Task Parallel Library, offer powerful alternatives to traditional thread-based concurrency.

about the book

Concurrency in .NET teaches you to write code that delivers the speed you need for performance-sensitive applications. Featuring examples in both C# and F#, this book guides you through concurrent and parallel designs that emphasize functional programming in theory and practice. You’ll start with the foundations of concurrency and master essential techniques and design practices to optimize code running on modern multiprocessor systems.

what’s inside

  • The most important concurrency abstractions
  • Employing the agent programming model
  • Implementing real-time event-stream processing
  • Executing unbounded asynchronous operations
  • Best concurrent practices and patterns that apply to all platforms

about the reader

For readers skilled with C# or F#.

about the author

Riccardo Terrell is a seasoned software engineer and Microsoft MVP who is passionate about functional programming. He has over 20 years’ experience delivering cost-effective technology solutions in a competitive business environment.

Riccardo is well known and actively involved in the functional programming community, including .NET meetups and international conferences. He believes in multi-paradigm programming as a mechanism to maximize the power of code. You can keep up with Riccardo and his coding adventures on his blog www.rickyterrell.com.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

Get Programming with F#

2018-6-13 4:10:03

电子书

Machine Learning and Security

2018-6-14 8:05:23

搜索