WP7 – Handling OData Async Callbacks
In the original WP7 Golf Application tutorials (WP7 – Parts 1, 2, and 3), the handling of asynchronous data loading using the DataServicesCollection was not handled very well. In this tutorial, that issue is highlighted and a better solution is provided.
In this tutorial, we take advantage of the ‘LoadCompleted’ event to manage the user interface and enable capabilities when the asynchronous calls to the data service are completed.
If you are working with a remote database and using OData to manage the service calls then you want to check out this tutorial.
bill