What is the difference between Webservice and WCF
Answer Posted / srini
Asp.net web services are homogenous.
Asp.net web services can use only HTTP chanenel.
Not supports msmq and tcp binding...
WCF is flexible because its services can be hosted in
different types of applications. The following lists
several common scenarios for hosting WCF services:
IIS
WAS
Self-hosting
Managed Windows Service
WCF = Web services + .Net Remoting + MSMQ + (COM+)
| Is This Answer Correct ? | 53 Yes | 8 No |
Post New Answer View All Answers
Can we create a multiple user simultaneously ?
Explain repository pattern in asp.net mvc? : asp.net mvc
What is the difference between server-side scripting and client-side scripting?
What is the base class from which web forms are inherited?
How can I create master page in asp net?
How you will handle session when deploying application in more than a server?
Can I combine classic asp and asp.net pages?
Explain automatic memory management in .net.
Explain how viewstate is being formed?
What is the use of service provider?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is the difference between debug and release?