(X) Hide this Join our next live webcast on December 15th, 10 am PDT - Building a Silverlight 4 application end-to-end. Presenter: Gill Cleeren
Check the webinar agenda | Register for the webinar
Skip Navigation LinksHome / Articles / View Article

Search

 
Results Per Page

Found 5 results for Push Notifications.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Oct 21, 2010 (1 month ago)

    Jeff Blankenburg has published the next three posts from his new series called 31 Days of Windows Phone:

    • Day #19: Push Notifications
    • Day #20: Map Control
    • Day #21: Silverlight Toolkit for Windows Phone

    In the month of October 2010, I'll be publishing a post every day on Windows Phone 7 development.

    Find more articles from this series here.

    Follow us on twitterWe tweet all news and content updates - follow us on Twitter! 



  • Simulated Push Notifications on Windows Phone 7

    0 comments  /  posted by  Silverlight Show  on  Oct 11, 2010 (1 month ago)
    Tags: Push Notifications , Windows Phone 7 , WP7 , Robert Garfoot
    Robert Garfoot posted about simulating Push Notifications on Windows Phone 7 devices.

    Source: UK Premier Support for Developers

    I’m currently prepping for my TechEd Europe WP7 session and I like to prepare for the worst. My demo relies on some cloud services and also on WP7 push notifications. Push notifications are nice but they have one drawback for demos, I need an internet connection.

  • 0 comments  /  posted by  John McFetridge  on  Sep 28, 2010 (2 months ago)
    Part 5 is a continuation of the adding a Push mode to our Stock Quote application as we now look at the Phone side.We setup the notifications by calling DoConnect in a class called SetupPush that was mostly lifted out of  the WP7 Labs example...
  • Windows Phone 7 Push Notification System

    0 comments  /  posted by  Silverlight Show  on  Aug 04, 2010 (4 months ago)
    Tags: Push Notifications , Windows Phone 7 , Jeff Fansler
    Jeff Fansler has published this really long and detailed post about the WP7 push notification system.

    When I started digging into the WP7 push notification system I thought it would be pretty quick to learn.  On the surface it’s not terribly complicated. My phone app tells a service that it wants to receive notifications and the service sends them. In the end, it pretty much is that simple. Getting there, however, was more difficult then it needed to be. This is mainly due to the beta nature of WP7. Working on beta platforms shows how poorly the web handles finding the most relevant information. There are lots of articles out there that explain the messaging system.  I’m sure I could look harder, but the few samples and demos that I reviewed didn’t work out of the gate. I had to review several and piece together information from different sources to get a working demo.

  • 0 comments  /  posted by  Silverlight Show  on  Jul 13, 2010 (4 months ago)
    Alex Golesh has published two blog post about the push notification mechanism in Windows Phone 7. In the first part he demonstrates how to build the server part of the push notification mechanism, while in the second one he shows how to handle push notifications on the phone.

    Windows Phone 7 application can’t run in the background (performance, battery life, usage of radio) and therefore there is a need to have a mechanism that facilitates a communication channel between backend services and application on the phone. Push Notification is the mechanism through which backend services can send “messages” to the phone to notify the user for any state changes. The Push Notification service is designed to provide a cloud service with a dedicated, resilient, and persistent channel for pushing a notification to a mobile device.