---
title: "What is three major points in WCF?"  
description: "What is three major points in WCF?"  
author: "Amit Singh"  
published: 2010-11-18  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/251/what-is-three-major-points-in-wcf  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# What is three major points in WCF?

**1) Address ---** Specifies the locationof the service which will be like http://Myserver/MyService.Clients will usethis location to communicate with our service.\

**2)Contract ---** Specifies theinterface between client and the server.It's a simple interface with someattribute.\
**3)Binding ---** Specifies how the twoparies will communicate in term of transport and encoding and protocols.

## Answers

### Answer by Amit Singh

**1) Address ---** Specifies the locationof the service which will be like http://Myserver/MyService.Clients will usethis location to communicate with our service.\

**2)Contract ---** Specifies theinterface between client and the server.It's a simple interface with someattribute.\
**3)Binding ---** Specifies how the twoparies will communicate in term of transport and encoding and protocols.


---

Original Source: https://www.mindstick.com/interview/251/what-is-three-major-points-in-wcf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
