Replacing TCP/IP pipe with WCF
- by msarchet
So currently my company is using a TCP/IP connection to talk between server and client programs, right now we are building this connection using System.RunTime.Remoting, which is clunky and not that reliable. It was built about 5 years ago and the model keeps getting reused and it's starting to propagate some issues, ports used, refused connections, etc.
I'm trying to find some resources on how to change this over to WCF but I'm not really sure what I am looking for or what I should be searching.
If you want some more information on what were actually doing with it I can go into some detail, but I'll need to pull up the code and make sure I explain it completely.
thanks!