Phone developer notes
Using MediaElement with the Task-based Asynchronous Pattern
Scenario I was recently faced with the need to play a queue of sounds within an application. Using a media element you can set the source and call the Play method. The play method retur...
Working with Asynchronous Calls using the Async CTP
Introduction One of the major problems with the standard proxy generation for accessing an external web service is that it uses the, soon to be obsoleted, Event-based Asynchronous pattern (EAP). ...