Asynchronous programming with async and await has existed in .NET for years. Now Microsoft is delivering a new runtime environment for asynchronous execution.
This episode looks at the async–await pattern and the hidden traps that come with it. A small, harmless line of code set off a slowdown that baffled everyone involved. As we dissect the sequence, the ...