What is WCF in simple terms?

前端 未结 5 721
青春惊慌失措
青春惊慌失措 2020-12-15 03:26

What is WCF in simple terms?

It\'s hard to distill the meaning from the Wikipedia page.

5条回答
  •  既然无缘
    2020-12-15 04:14

    WCF stands for Windows Communication Foundation. It's Microsoft's attempt to sort out and simplify network programming. It provides an easy to use level of abstraction over different communication protocols and transportation methods. It allows you to concentrate more on what you want to implement rather than thinking on how to implement it. Read Microsoft's WCF FAQ for more info.

提交回复
热议问题