A message logger is a utility that helps in logging the messages thrown from functions/programs. Let us see how we can build a simple version of it. Author: Manisha Mehta Code: ASP.NET v1.0 & C#
All of us are more or less using many of the chat applications available in the market everyday but still sometimes wonder of how it has been developed. This is a simple private chat application developed in DotNet using a web service. Code: ASP.NET v2.0 & C#
We will create a very simple web chat application using the latest ASP.Net 3.5 technologies from scratch. This chat application will contain 2 web pages, the login page and the chatroom page. Most of the tutorial will be focused on the chatroom page. Author: Junnark Vicencio Code: ASP.NET v3.5 & C#