Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6191689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:48:34+00:00 2026-05-24T02:48:34+00:00

I am writing an app for WP7 and would like to set up notifications

  • 0

I am writing an app for WP7 and would like to set up notifications for the client using the background services mango will be offering,

I was hoping to check whether an XML file or any file on the Web has updated or changed in any way, then alert the user using a push notification if it did.

I was thinking of checking the file’s hash but I am unsure if that is even necessary and if there’s another way of doing just that.

Is there anything you guys would advise me to do? I have my WCF Service keeping track of unique hardware IDs, so recording the client’s last hash would be an idea and when this hash changes execute an operation on my WCF service that pushes a notification to the client.

I am looking for methods and information on how to go about dynamically notifying the clients.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T02:48:36+00:00Added an answer on May 24, 2026 at 2:48 am

    If you have a WCF service running the check, you can always read the date of the last post and if it is different from the one that was registered prior to it, issue a push notification. It is much easier and more efficient to do the check on the server side than on the client side.

    For what Claus is suggesting, you might do this:

    HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://www.microsoft.com");
    request.Method = "HEAD";
    request.BeginGetResponse(new AsyncCallback(GetResult), request);
    
    
    private void GetResult(IAsyncResult result)
    {
        HttpWebRequest request = (HttpWebRequest)result.AsyncState;
        HttpWebResponse response = (HttpWebResponse)request.EndGetResponse(result);
    }
    

    Headers is the property you are looking for, but then again – the phone should only be notified when the RSS feed is updated, so run this on the server side and notify the phone when needed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a WP7 app which gets website information using WebClient 's DownloadStringAsync method.
Im writing an app with voice activated buttons. I would like the buttons on
Im writing app in haskell and I would like to export some functions and
I writing an app for the iphone and I would like to save an
I'm writing an app for wp7 using coolstorage and sqlite as the database. The
Im writing an app that I would like to display different views based on
We are writing an app that will use T4 to generate Flex/Actionscript to compile
I'm writing an app for gnome which will support plugins. Each plugin will contain
Writing an app that will include the ability to decompress zip and rar files.
Im writing an app that will display the register view depending if is first

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.