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
What is session mode in asp.net?
Which method do you use to enforce garbage collection in .net?
How does u get record no from 5 to 15 from a dataset of 100 records?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
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.
What are the ways to sending the data in ASP.NET page?
What symbol specifies the beginning of a query string?
What are the different method of navigation in asp.net?
How do I use a proxy server when invoking a web service?
What is connection pooling and how to enable and disable connection pooling?
Difference between application events and session events
If you are using components in your application, how can you handle exceptions raised in a component?
What are cao and sao.
What is postback and autopostback in asp.net?
Web API supports which protocol?