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 COM.
There are technicalities, but I'd say the advantage is that you'll be able to call methods that you can define.
MSDN offers C# COM interop tutorials. Please search because these links do change.
To get started rightaway go here...