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 authentication in asp.net?
Explain client-side scripting?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
Name the tools or API for developing or testing web api?
What is the difference between trace and debug in asp.net?
How response object is related to asp's response object?
If you are using components in your application, how can you handle exceptions raised in a component?
How does a web application session work?
How many types of cookies are available in asp?
What is the part of url?
Define session in asp.net.
What are resource file and how do we generate resource file?
Where do we store our connection string in asp.net application?
Define what is razor? : asp.net mvc
What is a windows service?