OBS: download the application please visit www.mrbool.com/player
Title: E-learning-Windows Communication Foundation-Lesson 4
Duration: 17:39 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 take a closer look at Bindings. Bindings are used to define how the service will communicate with the clients. Using correctly bindings you can define the best way to send messages in your service. You can define that your service will communicate using HTTP or TCP. A binding is a collection of binding elements. Windows Communication Foundation has a set of standard bindings, but you can also define custom bindings, it means, create bindings from scratch. We are going to learn how to configure bindings. We can to it either programmatically or using a config file.