I made similar code with that but I also have database on one website and I want each time user go online, it somehow transfer the new data of my service-base database to the local database.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use a BackgroundWorker for Windows Phone to fetch the data from your web-service and update the local DB.
You may start the background worker in the App Launched event, call it asynchronously so that app launching won’t be delayed.