Possible Duplicate:
GUI and windows service communication
What is the most simple local (on one machine) IPC way between a .NET GUI application and a .NET windows service? On the lowest level it should be something like named pipes or local-sockets? Is there any infrastructure for that?