OBS: download the application please visit www.mrbool.com/player
Title: E-learning-Windows Communication Foundation-Lesson 2
Duration: 16:34 min
Summary: Windows Communication Foundation is part of .NET Framework 3.5. In this series we are going to learn how to use Windows Communication Foundation to develop distributed systems. In this lesson we are going to start to learn about Endpoints. Endpoints are a point of communication to your service. We are going to learn what a endpoint is made of.We are going to take a closer look at EndPointAddress, this is the responsible to represent the location of your server. We will also learn about EndPointBinding. EndPointBindings are a important part of Windows Communication Foundation and are the responsible for specifying how the service will communicate. We are also going to learn about contracts. Contracts are the responsible for defining the operations visible in the service.