Communicating Between .NET Programs

Posted by IronManIngellis on Stack Overflow See other posts from Stack Overflow or by IronManIngellis
Published on 2010-03-31T18:44:56Z Indexed on 2010/03/31 18:53 UTC
Read the original article Hit count: 111

Filed under:
|

I wanted to set up a simple data communication between two C# applications, and I'm not sure what the best method is in doing so. I've previously used Java Sockets and ServerSockets to get the job done, but I'm new to C#, so I've come for advice :) It's going to be two way communication with two clients exchanging strings or something of the like.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET