What is the difference between Webservice and WCF
Answer Posted / mohan
sp.net web services are homogenous.
Asp.net web services can use only HTTP chanenel.
Not supports msmq and tcp binding...
WCF is flexible because its services can be hosted in
different types of applications. The following lists
several common scenarios for hosting WCF services:
IIS
WAS
Self-hosting
Managed Windows Service
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the Types of object in asp
What do you mean by serialize?
What is the difference between “Web.config” and “Machine.Config”?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is paging in context of Memory?
What are the Types of state management techniques
explain code with datachaching with example
What is difference between asp state management and asp.net state management?
What is different authentication mechanisms used in ASP.NET?
What is application state?
What is an il?
Why we use content place holder in asp.net?
How do sessions work?
What is view state and how it works in asp net?
What are the events that happen when a client requests an asp.net page from iis server?