Resources  
  • Half Duplex Communication on Network With C#Feb 06, 2013. Here I explain how we can we communicate on network with c# code before I start I would like to mention that my code is for half duplex communication in which sender has to wait for the receiver message.
  • Real Time ApplicationOct 02, 2001. The Real time Application is a sample that shows the communication techniques between a client (TcpClient) and a server (TcpServer) application using Socket class on each side. The project also demonstrates how to using listview control in the real time project.