Answered by:
Push Notification

Question
-
User1821594558 posted
Please help me to have push notification application in C#
Tuesday, May 7, 2013 6:07 AM
Answers
-
User-166373564 posted
Hi am20it
Push notifications provide a way for web services to push data to users' devices without waiting for a game to initiate the web request. Push notifications can be sent from any source that can make a web request: a server, a desktop PC, even another Windows Phone.
This series of tutorials will give you guide to use push notifications in C#,
# Push Notifications Overview
http://msdn.microsoft.com/en-us/library/hh221549(v=xnagamestudio.42).aspx
# Setting up Push Notifications
http://msdn.microsoft.com/en-us/library/hh221552(v=xnagamestudio.42).aspx
# Responding to Push Notifications on the Client
http://msdn.microsoft.com/en-us/library/hh221550(v=xnagamestudio.42).aspx
# Pushing Notifications from a Server
http://msdn.microsoft.com/en-us/library/hh221551(v=xnagamestudio.42).aspx
hope it helps you,
With regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, May 13, 2013 11:00 PM
All replies
-
User1648350404 posted
have a look at SignalR
OR
http://techbrij.com/real-time-chart-html5-push-sse-asp-net-web-api
Tuesday, May 7, 2013 6:12 AM -
User1821594558 posted
Thanks for the reply.
But SignalR is for VS 2012 but my application is in VS2010.
Wednesday, May 8, 2013 12:34 AM -
User-166373564 posted
Hi am20it
Push notifications provide a way for web services to push data to users' devices without waiting for a game to initiate the web request. Push notifications can be sent from any source that can make a web request: a server, a desktop PC, even another Windows Phone.
This series of tutorials will give you guide to use push notifications in C#,
# Push Notifications Overview
http://msdn.microsoft.com/en-us/library/hh221549(v=xnagamestudio.42).aspx
# Setting up Push Notifications
http://msdn.microsoft.com/en-us/library/hh221552(v=xnagamestudio.42).aspx
# Responding to Push Notifications on the Client
http://msdn.microsoft.com/en-us/library/hh221550(v=xnagamestudio.42).aspx
# Pushing Notifications from a Server
http://msdn.microsoft.com/en-us/library/hh221551(v=xnagamestudio.42).aspx
hope it helps you,
With regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, May 13, 2013 11:00 PM