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
Explain parts of assembly?
What is the use of web.config and machine.config files?
Which method is used to perform all validation at the page level?
Can you nest updatepanel within each other?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is Model-View-View Model?
What is marshalling ? Is it a part of asp.net ?
How does a web application session work?
Is asp.net core faster?
What is the difference between a cookie and a pixel?
What is asp according to you?
How can I configure asp.net applications that are running on a remote machine?
How many validators do ASP.NET have?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
How to implement globalization and localization in the use interface in .net.