networking in .net/C#

前端 未结 3 1827
青春惊慌失措
青春惊慌失措 2021-02-03 16:12

Could somebody please point me in the right direction for learning how to do networking in C#/.net 3.5? Code samples and explanations are welcome. Basically I am looking for how

3条回答
  •  借酒劲吻你
    2021-02-03 16:50

    In .NET 3.5 world you should definitely learn Windows Communication Foundation - .NET framework for networking.

    Useful link:

    Synchronous and Asynchronous Operations (in WCF)

    You can find useful WCF information on StackOverflow browsing posts tagged with WCF tag

提交回复
热议问题