I'm surching for a way to communicate betwen two local c# Programms in an effective and very fast way. The best would be if it is possible to trigger a method of the "main" program with the second one and recive the result like a getter and setter. is there a something i that dosnt need 2 install a local server or something like that?
if more details needed. I am writing a little Programm for some Audio management and have a Device that has some dials and and an SDK for Plugins. The plan is to change some settings in the Programm if i have the Device connected to my PC and show some of the results on it. And the reason for not dooing all of it as a Plugin is that the Programm should be able to run on its own.
i would be glad for some simple exaples to start with.