Socket Programming

Visual Basic

I like the example from EggHeadCafe.com: VB.NET TCP Client - Server Socket Communications

MS Visual C++

This code come from The Code Project's example MC++ TCP server talking to MFC & MC++ TCP clients

Java

We will look at an example from Java World: Sockets programming in Java: A tutorial