Concurrent Programming in .NET Webinar

The .NET platform has always provided a way to use multiple threads within an application. However, with the proliferation of multi-CPU architectures and highly scalable cloud computing resources, the ability to write high quality concurrent code is becoming a required skill. During this webinar, we will focus on the use of Tasks in conjunction with…