What is the difference between Webservice and WCF
Answer Posted / rajneesh
webservice & wcf
webservice only on HTTP
wcf any protocol
WCF MOST big feature compare webservice
1. IIS Hosting & Self hosting
(Process Recycling)
2. service Behaviour(instancecontextmode
(Presession,single,percall) for Mantain session)
3.End Point(Address,Binding,Contract)
4.in wcf datacontact serializaton in webservice
xmlserialization
this were major point of WCF.
Rajneesh Hajela
Gwalior(M.P.)
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What is a user developed application?
What is asp.net and how it works?
Explain about asp.net 2.0 themes?
Differentiate the session object and application object?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
How do I upload a file from my ASP.NET page?
What are HTTP handlers in ASP.NET?
What is session handling in a webfarm, how it can work with its limits?
How ASP.NET page works?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is new asp.net core?
What are the two types of web pages?
What is query string?
Where the viewstate is stored after the page postback?
Give me one example of Web API Routing?