.NET news » Search results

Search results for query "chat" (10):

LanTalk
Yet another chat application, with server running in service mode or GUI mode.
2008-06-06 15:49:00   Source: LanTalk   Tags: Examples Internet
A Chat with ASP.NET and Ajax
This article describes how to implement a web-chat with ASP.NET and Ajax. In the first part I introduce the technologies I used for the application. Then I explain the concept of a chat and in the last part I present the main implementations. The goal of this article is to show the interested reader how to develop a chat without browser-plugins or java-applets, just pure HTML and JavaScript.
2008-05-22 14:10:00   Source: A Chat with ASP.NET and Ajax   Tags: ASP.NET Ajax
WCF WPF Chat Application
This application is built on the WCF .NET Framework 3.0. It uses duplex communication and TCP binding (for some reasons that are discussed later in this article). It concentrates on handling and controlling a WCF service that has to make reliable sessions with many clients and keep those connections alive as long as possible.
2008-04-15 11:24:00   Source: WCF WPF Chat Application   Tags: Internet Examples
Multi User Chat Room Using ASP.NET 2.0 and AJAX
Describes how you can build a multi user chat room using ASP.NET 2.0 and AJAX extensions
2007-02-28 12:05:00   Source: Multi User Chat Room Using ASP.NET 2.0 and AJAX   Tags: ASP.NET Ajax
Create a Chat system using Ajax and ASP.NET
In this article, I am going to explain how to use Javascript, Ajax and C# to create a chat room.
2007-02-12 05:38:00   Source: Create a Chat system using Ajax and ASP.NET   Tags: Ajax ASP.NET
A Chat Application Using Asynchronous TCP Sockets
This article will discuss a chat application using asynchronous TCP sockets, in C#.
2006-12-28 10:57:00   Source: A Chat Application Using Asynchronous TCP Sockets   Tags: Internet
Building an AJAX based chat room in ASP.NET
Build an HTTP based chat room without the need for a Java Applet or an ActiveX control
2006-11-01 16:41:00   Source: Building an AJAX based chat room in ASP.NET   Tags: Ajax
WebChat - A Fully Functional Chat Room - Free!
Nearly every Web site could benefit from a chat room to help users socialize or sort out important issues. However, creating a chat room is usually more effort than it’s worth — unless somebody’s already done the work for you. This article presents a WebChat control that you can drop onto any ASP.NET Web page to get an instant, fully functional chat room.
2006-07-30 19:00:00   Source: WebChat - A Fully Functional Chat Room - Free!   Tags: ASP.NET Ajax
Picture Chat Using C#
A chat program that supports Unicode input and picture transfer.
2006-07-13 14:22:00   Source: Picture Chat Using C#   Tags: Internet Examples
TCP/IP Chat Application Using C#
This is a LAN chat application with TCP/IP socket programming technology in C#. This application is a multi thread network application and works in non-blocking way. Public and private chat is implemented in this code.
2006-01-31 10:52:00   Source: TCP/IP Chat Application Using C#   Tags: Internet Examples