Performing Asynchronous I/O Bound Operations (Jeffrey Richter)

In this talk, Jeff shows how to use C# 5’s new async/await features (which he helped design with Microsoft). These features allow you to build scalable and responsive applications. We’ll discuss how the compiler transforms your code, error handling, limitations, performance, and various other features to simplify your code while getting the most out of the underlying hardware.
Back to Top