wcf - The best way to connecting two applications on one machine? -


wcf gives me whole bunch of capabilities connect 2 applications running on same machine.

but best 1 use case?

i want develop local application (server) provides functionality connect webserver. want connect various office application , wpf-applications local "server" (mvc) send messages, files etc. webserver.

is system.io.pipes.pipestream right way?

i think need not dial stream directly.

if office apps support this, namedpipe binding, mentioned aron, best choice.

you can use port sharing allow both services re-use single port.


Comments