Answered by:
chat app using asp.net web api

Question
-
Hi ,
I am asked to make a chat application for windows phone ,windows 8 store and universal app using asp.net web api .
I heard about server push , microsoft server push , and am confused ... I need to know how it works and how to assure the message transfert between two peopleWednesday, June 17, 2015 3:20 PM
Answers
-
You can try ASP.NET SignalR to create chat app.
https://msdn.microsoft.com/en-us/magazine/dn802609.aspx
You can also refer following link
https://msdn.microsoft.com/en-us/library/windows/apps/ff637518(v=vs.105).aspx
Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor
- Proposed as answer by Jamles Hez Wednesday, July 1, 2015 9:12 AM
- Marked as answer by Herro wongMicrosoft contingent staff Thursday, July 2, 2015 1:29 AM
Wednesday, June 17, 2015 6:42 PM -
Hi bact,
Perhaps there are more ways to do it and I would like to suggest one of them.
As I know in Windows Store App or Windows Phone we have push notification, which can be explained as server push the information to the client side, client side shows the toast notification, for more detail things please ref: Windows Push Notification Services (WNS) overview
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Edited by Jamles Hez Sunday, June 28, 2015 3:06 PM
- Proposed as answer by Jamles Hez Wednesday, July 1, 2015 9:11 AM
- Marked as answer by Herro wongMicrosoft contingent staff Thursday, July 2, 2015 1:29 AM
Sunday, June 28, 2015 3:05 PM
All replies
-
You can try ASP.NET SignalR to create chat app.
https://msdn.microsoft.com/en-us/magazine/dn802609.aspx
You can also refer following link
https://msdn.microsoft.com/en-us/library/windows/apps/ff637518(v=vs.105).aspx
Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor
- Proposed as answer by Jamles Hez Wednesday, July 1, 2015 9:12 AM
- Marked as answer by Herro wongMicrosoft contingent staff Thursday, July 2, 2015 1:29 AM
Wednesday, June 17, 2015 6:42 PM -
Hi bact,
Perhaps there are more ways to do it and I would like to suggest one of them.
As I know in Windows Store App or Windows Phone we have push notification, which can be explained as server push the information to the client side, client side shows the toast notification, for more detail things please ref: Windows Push Notification Services (WNS) overview
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Edited by Jamles Hez Sunday, June 28, 2015 3:06 PM
- Proposed as answer by Jamles Hez Wednesday, July 1, 2015 9:11 AM
- Marked as answer by Herro wongMicrosoft contingent staff Thursday, July 2, 2015 1:29 AM
Sunday, June 28, 2015 3:05 PM