•   

    Motivation for This ArticleAfter the original article on Asynchronous Socket Programming in C# was published by CodeGuru, I received numerous responses from interested readers. Most of them asked for additional features that were missing i...
  • Asynchronous Socket Programming in C#: Part I
    Client-Server Example with Multiple Simultaneous Clients

     

    ObjectiveThe objective of this article is to demonstrate a socket-based client/server application that will allow two-way asynchronous communication between a server and multiple client applications. Because...