We have a .net service with simple commands (e.g. play, pause, next track). This is installed on the user's workstation with its own credentials (for example, FooServiceUser). If I want to provide users with an application that can send commands to the service, what would be the easiest way to do this? Remember that I want to send commands from only one workstation to a process running on the same workstation. The teams are very simple. Also, the application must receive status from the service. those. pause, play track 21.
Should it be easy? WCF looks complicated and redundant. Everyone at SO says a remote .net connection is bad. I do not want to install MSMQ. Every mention of sockets gets a negative result.
Ben l source
share