I\'m porting some code from the full .NET framework to the WP7 version and I\'m running into an issue with synchronous vs async calls.
string response; str
Check out Wintellect's Power Threading library, which allows you to perform asynchronous operations with a synchronous programming model.
http://csharperimage.jeremylikness.com/2010/03/sequential-asynchronous-workflows-in.html