What is the service?



What is the service?..

Answer / Vishal Saini

In WCF (Windows Communication Foundation), a service refers to an application component that can be accessed by other applications over a network, using standard protocols such as HTTP and TCP. A WCF service exposes its functionality through a contract and communicates with clients via a binding and an endpoint.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

do you know what is endpoint in wcf? : Wcf data services

1 Answers  


What is the address format in wcf?

1 Answers  


How the concurrency mode is specified in wcf service?

1 Answers  


What is the transport and message reliability?

1 Answers  


What are different elements of wcf services client configuration file?

1 Answers  


What is the use of is required property in data contracts?

1 Answers  


How do you choose the hosting for wcf internet service?

1 Answers  


what are the different instance modes in WCF?

1 Answers  


Which standard binding could be used for a service that was designed to replace an existing asmx web service?

1 Answers  


WCF:Is there an error in the Msmq address the "net.msmq://MyHost/private$/MyQueue"?

4 Answers  


Which specifications does wcf follow?

1 Answers  


How can we create proxy for the wcf service?

1 Answers  


Categories