Browse by Tags

All Tags » C# 5 » C# (RSS)

async/await Tips

There’s been some really good guidance about async / await in the past week or two.  I’ve been tinkering away at this post for a while now—based on presentations I’ve been doing, discussions I’ve had with folks at Microsoft, etc.  Now seems...

More on Async Functions

In my last post I showed .Net 1.1 and .NET 2.0 code that performed some asychronous operations. I then showed the new syntax with "async" and "await" that did the same thing. But, I didn't detail what's really going on in the...