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
What is inproc and outproc?
What is a viewbag?
What is xaml? Are xaml file compiled or built on runtime?
Explain server side state management system.
Explain about the .NET framework?
What is a global postback url?
Define caching.
How would you turn off cookies on one page of your website?
Write a code for passing ArrayList in Web API?
What is the current version of asp.net?
Explain the difference between value type and reference type?
What is an assembly? Explain its parts.
Explain cashing in asp.net.
What is a postback url?
What is protected configuration?