Blog Posts

Thursday, November 10, 2011

ASP.Net chatting using WCF Services and JSon


This post is upgrade to my previous article 'Chat Application in ASP.NET Using AJAX (Pop-up Windows)', which has some disadvantages like storing chat messages in DB and little complex in adding to a website.  I implemented WCF services in place of DB to make it easy for adding to a web site.  JSon is used for communication between server and client.

Please read complete article at http://www.codeproject.com/KB/aspnet/WCFChat_JSon_Popups.aspx.