Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 23, 2013 02:03 PM by ajafik
Member
1 Points
19 Posts
Feb 22, 2013 04:28 AM|LINK
How to create a simple chat application in asp.net
All-Star
154941 Points
19870 Posts
Moderator
MVP
Feb 22, 2013 04:33 AM|LINK
Use SignalR: http://www.mikesdotnetting.com/Article/206/SignalR-And-Knockout-In-ASP.NET-Web-Pages-Using-WebMatrix
37350 Points
6840 Posts
Feb 22, 2013 04:34 AM|LINK
ahujanisha16 How to create a simple chat application in asp.net
Better to search in Bing or google,
Some of them are:
http://www.codeproject.com/Articles/8307/Simple-Chat-Application-in-ASP-NET
http://code.msdn.microsoft.com/CSASPNETAJAXWebChat-c4c9b8fe
http://www.c-sharpcorner.com/uploadfile/0b8108/simple-chat-application-in-Asp-Net/
http://www.codeproject.com/Articles/75135/Chat-Application-in-ASP-NET-Using-AJAX-Pop-up-Wind
http://aspalliance.com/1217_Building_an_AJAX_Based_Web_Chatting_Application_using_ASPNET_20.1
And many more...
Participant
1293 Points
1129 Posts
Feb 22, 2013 12:30 PM|LINK
I have chosen to utilize existing infrastructure as my application only requires two users chatting with each other at any given moment.
The service is called Twilio and it allows you to send SMS to mobile devices.
The benefit is that it is completely anonymous.
Chat messages are packaged as SMS and delivered to their mobile devices.
88 Points
35 Posts
Feb 23, 2013 02:03 PM|LINK
I support Mikesdotnetting. Try using SignalR. Check www.asp.net/signalr
ahujanisha16
Member
1 Points
19 Posts
Simple Chat Application in ASP.Net
Feb 22, 2013 04:28 AM|LINK
How to create a simple chat application in asp.net
Mikesdotnett...
All-Star
154941 Points
19870 Posts
Moderator
MVP
Re: Simple Chat Application in ASP.Net
Feb 22, 2013 04:33 AM|LINK
Use SignalR: http://www.mikesdotnetting.com/Article/206/SignalR-And-Knockout-In-ASP.NET-Web-Pages-Using-WebMatrix
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter
Rajneesh Ver...
All-Star
37350 Points
6840 Posts
Re: Simple Chat Application in ASP.Net
Feb 22, 2013 04:34 AM|LINK
Better to search in Bing or google,
Some of them are:
http://www.codeproject.com/Articles/8307/Simple-Chat-Application-in-ASP-NET
http://code.msdn.microsoft.com/CSASPNETAJAXWebChat-c4c9b8fe
http://www.c-sharpcorner.com/uploadfile/0b8108/simple-chat-application-in-Asp-Net/
http://www.codeproject.com/Articles/75135/Chat-Application-in-ASP-NET-Using-AJAX-Pop-up-Wind
http://aspalliance.com/1217_Building_an_AJAX_Based_Web_Chatting_Application_using_ASPNET_20.1
And many more...
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
wavemaster
Participant
1293 Points
1129 Posts
Re: Simple Chat Application in ASP.Net
Feb 22, 2013 12:30 PM|LINK
I have chosen to utilize existing infrastructure as my application only requires two users chatting with each other at any given moment.
The service is called Twilio and it allows you to send SMS to mobile devices.
The benefit is that it is completely anonymous.
Chat messages are packaged as SMS and delivered to their mobile devices.
ajafik
Member
88 Points
35 Posts
Re: Simple Chat Application in ASP.Net
Feb 23, 2013 02:03 PM|LINK
I support Mikesdotnetting. Try using SignalR. Check www.asp.net/signalr