Asynchronous programming with async and await has existed in .NET for years. Now Microsoft is delivering a new runtime environment for asynchronous execution. Dr. Holger Schwichtenberg is Chief ...
I've been reading up on async/await somewhat but there are still things I don't get. I have experience writing socket servers with the Begin/End pattern, but I find some of this async/await confusing.