Difference between Web services and WCF
5 pts.
0
Q:
Difference between Web services and WCF
What is the difference between WCF and Web Services in .net.
Why we are using WCF in place of WebServices.
ASKED: Mar 30 2009  10:51 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
WCF is an API for distributed tranactions and computation using different means like Webservices, Remoting etc.

WCF provides single and unified interface for multiple distributed technologies on .Net Platform.
Last Answered: Mar 30 2009  11:32 AM GMT by SuryaPochanapeddi   30 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Srikyan06   10 pts.  |   Oct 26 2009  4:40PM GMT

web service can have only one end point. but WCF have multiple end points to communicate with the source.

 
0