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 new syntax. If you want to know more about the...