0
kicks
WinRT BackgroundWorker type
Because .NET/SL/WP7 don’t (yet) have the async/await keywords, and WinRT doesn’t have BW, I need to come up with a solution that leaves existing code/behavior alone, and yet provides comparable behavior in WinRT. Read how one programmer resolves this issue by creating a BackgroundWorker Type.