Today I used asynchronization methods, calling methods asynchronously and using calling method callback methods.
Recently, I can through this post , which talks about a new way to do this, using a new keyword await. Unlike saving multiple lines of code, what are the main benefits of this new model?
Does this offer a built-in solution when you make two different asynchronous calls, but want the control to return to only one of the caller's callbacks after both are completed?
What does CTP (Community Technical Preview) mean? Is this new keyword available in the next version of C # and VB.NET?
source
share