OBS: download the application please visit www.mrbool.com/player
Title: E-learning-Windows Communication Foundation-Lesson 3
Duration: 16:40 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 contracts. In the previous lesson we learned that contracts are used to define the operations in the service. In this lesson we will understand that contracts are also used to define Data serialization and the structure of the message.Data contracts are used in complex data types. In this lesson we will create a class that uses Data contracts. Message contracts are used to define the structure of the SOAP Message. We are going to finish the lesson with a demo and work with the types of contracts we have learned.