Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Announcing Visual Studio Achievements For Windows Azure
Apr 27, 2012 at 7:26 AMNo VisualStudio 11 support for us Windows 8 developers yet... :/
Speaking about, Achievements for WinJS would be nice, too!
Achievements for creating a native component, employing new controls like SemanticZoom and others come to mind
Language Support for Asynchronous Programming
Apr 13, 2012 at 6:21 AM@AceHack: it is possible to wait for the result of an asynchronous operation in C++ using PPL tasks.
It may need conversion from IAsyncOperation<> to a Concurrency::task<> and then you can use Concurrency::task<>::get() to comfortably achieve the same thing as await.