---
title: "What are the ABC of a WCF service?"  
description: "What are the ABC of a WCF service?"  
author: "Amit Singh"  
published: 2011-05-02  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/813/what-are-the-abc-of-a-wcf-service  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# What are the ABC of a WCF service?

**Address -** The address where the WCF Service is hosted.\
**Binding -** The binding that decides the protocol, message encoding and security to use. Binding also decides whether to use reliable messaging and transaction support.\
**Contract -** The service contract defines what service operations are available to the client for consumption.\
\
So the Address(A), Binding(B) and Contract(C) are called as the ABC of the service end point.\

## Answers

### Answer by Amit Singh

**Address -** The address where the WCF Service is hosted.\
**Binding -** The binding that decides the protocol, message encoding and security to use. Binding also decides whether to use reliable messaging and transaction support.\
**Contract -** The service contract defines what service operations are available to the client for consumption.\
\
So the Address(A), Binding(B) and Contract(C) are called as the ABC of the service end point.\


---

Original Source: https://www.mindstick.com/interview/813/what-are-the-abc-of-a-wcf-service

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
