What is the best WCF binding to use for inter-process communication?
I have used WCF over local networks and it is amazing, and I\'d like to use it for inter-process
For same machine inter process communication use as Matt already said NetNamedPipeBinding. I have a very basic example on my blog to show how this can be achieved.
https://dopeydev.com/wcf-interprocess-communication/