What is the difference between Webservice and WCF
Answer Posted / mohan
sp.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
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain about Automatic resource management?
Why do we use asp.net?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is view state management in asp net?
Describe the method to create a permanent cookie?
Diff between web user control and web custom control?
How do you design a website with multilingual support in ASP.NET ?
What is rending process in ASP.NET?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Which is faster union or union all?
Explain exception filters?
What is the difference between mechine.config and web.config?
Explain the difference between array and linkedlist?
How ASP.NET page works?
What's the ASP.Net Application life cycle?