你好:
欢迎来到MSDN中文论坛!
对于分布式的多平台的应用程序开发,微软现在已经不推荐使用.Net Remoting了,因为已经有更好的WCF可以取而代之。
C#的客户端如果想通过Socket接受来自第三方厂商提供的数据的时候,其实不用关心这个第三方厂商使用的是那种语言,C++也好,Java也好,你所要关心的是对方的ip,端口号,消息结构,编码等这些信息。通过C#中的Socket来接收来自服务端的字节流,根据双方约定好的数据协议解析数据就可以了。
关于C#中的Socket编程,请参考:
C# Socket编程基础入门
C# Socket 编程详解
关于wcf,请参考Artech的《WCF全面解析》。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.