I wanted to set up a simple data transfer between two C # applications, and I'm not sure if this is the best method. I previously used Java Sockets and ServerSockets to do this work, but I'm new to C #, so I came for advice :) This will be a two way communication with two clients exchanging strings or something similar.
source
share