WCF SDK Question:
Download Questions PDF

What is endpoint in WCF?

Answer:

Every service must have Address that defines where the service resides, Contract that defines what the service does and a Binding that defines how to communicate with the service. In WCF the relationship between Address, Contract and Binding is called Endpoint.

The Endpoint is the fusion of Address, Contract and Binding.

Download WCF SDK Interview Questions And Answers PDF

Previous QuestionNext Question
What is binding and how many types of bindings are there in WCF?How to define a service as REST based service in WCF?