What is the easiest way to do inter process communication in C#? [closed]

The easiest and most reliable way is almost certainly IpcChannel (a.k.a. Inter Process Communication Channel); that’s what it’s there for. You can get it up and running with a couple of lines of code and configuration.

Leave a Comment