Concurrent and High-Performance Programming in .NET
Get a practical overview to programming responsive and highly concurrent / parallel applications using Task Parallel Library, Async/Await and Dataflow networks in .NET. These three new additions to .NET provide a new, and when understood, much easier way to coordinate multiple tasks within your application, allowing you to focus on …