What is the difference between Webservice and WCF
Answer Posted / eswar
WebService Serves only HTTP Comunication Channel where as
WCF Servers Following Communication Channels
HTTP,TCP,MSMQ,NamedPipes.
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is Partial PostBack in ASP.NET?
What is the sequence in which ASP.NET events are processed?
How to fetch a data from one table to another table in asp.net ?
Which method do you use to kill explicitly a users session?
Can we use MSSql as backend in asp.net...if yes then How.?
Why is this service branded with windows livetm?
What methods are fired during the page load? Init()
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What are server activated objects?
What is asp.net? How is it different from asp?
Where is asp.net session stored?
What is the appSettings Section in the web.config file?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
How do you sign out from forms authentication?