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
What is the adavantage of using ASP.NET routing?
What are the different types of cookies in asp.net?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is asp.net and its advantages?
What are the types of session in asp.net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is routing in MVC?
What are session cookies?
What is the Intermittent crashing of application in production?
Explain what are delegates?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How do I open an ashx file?
How to make paging concepts in datagrid in ASP.NET?
What are the new web part controls in asp.net 2.0 ?