What is the difference between Webservice and WCF
Answer Posted / manoj kumar chouhan
1. Web Service Support HTTP Protocol where as WCF support
HTTP,TCP,NamedPipes.
2. Web Service Hosted only IIS where as WCF hosted in
IIS,WAS(Windows Activation Service),MWS(Managed windows
Service and self Hosting.
3. In Web Service there is no concept of End point where as
in WCF there is End Poin(meaning if we want to change on
server side no need to change to client side)
Manoj Kumar Chouhan
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to disable validator control by client side JavaScript?
Explain about secure socket layer?
Explain the difference between value type and reference type?
Where the assembly is stored in asp.net?
What is recordset asp?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
How does the service stream content?
What is the question mark in a url?
Which platform does Microsoft .NET use for exchanging data between applications?
Explain the steps to be followed to use passport authentication.
Are cookies stored on server or client?
What is the postback property in asp.net?
Which of the following .NET framework supports Web API?
What are server side controls?
What is synchronous and Asynchronous post back ?