Second part of the C# asynchronous socket example, showing more features in socket programming.
Asynchronous Socket Programming in C#: Part II
Published 01/04/2005
Second part of the C# asynchronous socket example, showing more features in socket programming.
Learn the step-by-step process to connect to an Oracle database from ASP.NET.
This is a simple Client-Server application developed to explain the concept of asynchronous sockets in C#. This extends the socket program to accept multiple clients. Because this example uses Asynchronous methods, threads are not necessary to communicate to multiple clients (though internally the asynchronous communication mechanism uses threads at the OS level).