You can try to implement real-time chat functionality via WebSocket technology.
Besides, As ignatandrei suggested, ASP.NET SignalR is a library for ASP.NET developers to implement real-time web functionality, you can get started and find some examples in
ASP.NET SignalR official site.
Note:
this blog shows how to build a simple chat app using ASP.NET WebAPI and ASP.NET’s new support for WebSockets in .NET 4.5, you can check it.
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
As every one suggested that using SignaR for real time communication is one of the possible abstract way to build real time chat application where you can also have scalability feature like use of Redis. There is also some other options like using web socket
programming and messaging queue brokers like RabbitMQ or Redis depend on the requirments
None
0 Points
2 Posts
chat application in asp.net c#
Apr 20, 2018 02:04 PM|syedtalib46|LINK
hello please provide some source code of chat application
All-Star
120146 Points
27989 Posts
Moderator
MVP
Re: chat application in asp.net c#
Apr 20, 2018 02:34 PM|ignatandrei|LINK
SignalR
https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/tutorial-getting-started-with-signalr-and-mvc
All-Star
40535 Points
6233 Posts
Microsoft
Re: chat application in asp.net c#
Apr 22, 2018 07:32 AM|Fei Han - MSFT|LINK
Hi syedtalib46,
You can try to implement real-time chat functionality via WebSocket technology.
Besides, As ignatandrei suggested, ASP.NET SignalR is a library for ASP.NET developers to implement real-time web functionality, you can get started and find some examples in ASP.NET SignalR official site.
Note: this blog shows how to build a simple chat app using ASP.NET WebAPI and ASP.NET’s new support for WebSockets in .NET 4.5, you can check it.
With Regards,
Fei Han
Contributor
2633 Points
1770 Posts
Re: chat application in asp.net c#
Apr 24, 2018 10:56 AM|Rameezwaheed|LINK
Hi,
Refer the below links
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
http://devlopingskills.blogspot.com/2016/11/create-simple-chat-web-application-in.html
Hope it helps
Thanks
Mark as an answer if it helps
Contributor
2096 Points
1040 Posts
Re: chat application in asp.net c#
Apr 25, 2018 05:43 AM|Khuram.Shahzad|LINK
As every one suggested that using SignaR for real time communication is one of the possible abstract way to build real time chat application where you can also have scalability feature like use of Redis. There is also some other options like using web socket programming and messaging queue brokers like RabbitMQ or Redis depend on the requirments
https://www.c-sharpcorner.com/article/signalr-chat-app-with-asp-net-webform-and-bootstrap/