I want to create a communication between a parent and a child process, both written in C#.
It should be asynchronous, event-driven.
I don\'t want to run a thre
There's also MSMQ (Microsoft Message Queueing) which can operate across networks as well as on a local computer. Although there are better ways to communicate it's worth looking into: https://msdn.microsoft.com/en-us/library/ms711472(v=vs.85).aspx