Click here to Skip to main content
15,889,507 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I need to know how the chat applications are developing in asp.net c# without go to back end every time. Whenever new message inserted into table that time only back end hit the new records to front end.
Posted

1 solution

Refer my previous answers.

1. CHAT APPLICATION IN C#[^]
2. live customer support chat,[^]
 
Share this answer
 
Comments
Arul5 31-Jan-14 4:04am    
Normally how to develop chat application in asp.net c#. need to store the conversation details in Database or need not?
Yes, you have to store that somewhere. But it should be asynchronous. You can store in Database or files.
Arul5 31-Jan-14 5:38am    
By using SignalR how to store and retrieve from database
Arul5 31-Jan-14 6:20am    
In this article just maintaining front end only. whenever you connect again the previous conversation are lost.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900