client

Building a simple server client application using C#

Hello everybody! Here I am again to show you a simple, or maybe I can say the simplest way to build a server client application using C#. I said last time I would write a Rails code, but, promise to do that next time.

It’s just a bunch of lines and there you go, you already have your application running, you can test both (server and client) on your computer, or if you have another one, you can test and play with it too.

After the tutorial, I’ll let the whole code for you to download. But before that I will go through it step by step, trying to make things clear.

server_client

So, stop the chit chat and let’s get some work done!

(more…)