This is a simple Client/Server program showing the communication taking place between the client and the server.
Server is a console based application and the Client is a Windows application. The client sends a message to the server which is converted by the server into upper case and returned back to the client.