Introduction to TCP Client
In this post I’m going to show you how to build a simple tcp client with C#. If you’ve ever worked with Window’s sockets, you know how difficult this can sometimes be. However, thanks to the .NET framework, making one is a lot easier than it used to be. What …