I want to know how can I write an application in C# that acts as a chat server or any kind of server, maybe a file sharing server.
And the second application will act as a client which connects to the server and then can share info/text/file with the server or other clients connected to the server.