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
Explain the different types of assemblies?
What are the uses of reflection?
Is razor a programming language?
Is it possible to create web application with both webforms and mvc?
What is server side routing?
What are tuples?
What is session state server?
Is asp.net still used?
What are the steps to follow to host a web application on a web server?
Is sql backend or frontend?
what is loosely coupled solution? How it can be used?
How do you secure your connection string information?
What is session management in web application?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Disable Mouse right click on web page in asp.net?