问题描述
WCF 和 REST&SOAP 是什么关系?WCF 是基于其中一种技术(REST 或 SOAP)还是一种单独的技术?
What is the relationship between WCF and REST&SOAP? Is WCF based on one of those technologies (REST or SOAP) or it is a separate technology?
推荐答案
WCF 不会自动成为 REST 或 SOAP,但您可以通过这种方式实现.你需要的是一个教程:
WCF isn't automatically REST or SOAP, but you can make it that way. What you need here is a tutorial:
WCF
http://www.codeproject.com/文章/406096/A-beginners-tutorial-for-understanding-Windows
休息
这里有一些其他有趣的东西:
Here's some other interesting stuff:
WCF - REST/SOAP
WCF - REST / SOAP
https://msdn.microsoft.com/en-us/library/hh323708(v=vs.100).aspx
WCF 和 REST
WCF and REST
https://msdn.microsoft.com/en-us/library/ee391967.aspx
或者您可以自己进行 google/bing/metacrawler/altavista 搜索.....
Or you can do a google/bing/metacrawler/altavista search on your own.....
这篇关于WCF、Rest 和 SOAP 之间是什么关系?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!