Replacing TCP/IP pipe with WCF

Posted by msarchet on Stack Overflow See other posts from Stack Overflow or by msarchet
Published on 2010-06-13T17:49:17Z Indexed on 2010/06/13 17:52 UTC
Read the original article Hit count: 211

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf