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


Please Help Members By Posting Answers For Below Questions

What is inproc and outproc?

734


What is a viewbag?

714


What is xaml? Are xaml file compiled or built on runtime?

708


Explain server side state management system.

731


Explain about the .NET framework?

814


What is a global postback url?

696


Define caching.

826


How would you turn off cookies on one page of your website?

716


Write a code for passing ArrayList in Web API?

1244


What is the current version of asp.net?

684


Explain the difference between value type and reference type?

436


What is an assembly? Explain its parts.

823


Explain cashing in asp.net.

710


What is a postback url?

659


What is protected configuration?

823