praveen godfrey

praveen godfrey

  • NA
  • 1
  • 1.3k

Update my application from the versions available in my data

Feb 3 2013 11:29 PM

MY PROBLEM :

I have developed a mobile application.Now that the development is over and handed over to my client,i have to update him of the new versions if available..

MY WORKS SO FAR :

So,in order to accomplish this i have created a new table in my database which contains 2 columns-the version and its corresponding download link..Now i have used jquery/ajax for developing my mobile application.I have written WCF Services that does the communications with the database like fetching data,inserting data,deleting and so on...i have used my ajax call to get the key/value pair from my WCF...

MY NEED :

Now my need is nothing but a simple C# code that performs the above said task..

It should check the application for the current version and compare it with the versions table in my database...If there are any new versions available it should indicate the user that a version availabe and the download lilnk...!! I will call this WCF from my AJAX !!