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
Where is cookie used in asp.net?
What is applicatio domain?
Explain the difference between dataset and datareader.
Where is the view state data stored in asp net?
What is the difference between system.stringbuilder and system.string
What's the ASP.Net Application life cycle?
How to use a Master Database in Asp.net?
List the types of authentication supported by asp.net?
Explain exception handling in .net.
Will session work if cookies is disabled?
Is it possible to change the index of primary key on table?
How would you implement inheritance using c#?
what are the Custom controls in asp.net?
What is the use of ASP.NET routing?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?