download the application please visit www.mrbool.com/player
Title: WCF-Service-Lesson
6-Host-Client-(How
we can create the host)-Part 3
Duration: 16 minutes
Summary: In this video, we continue our discussion of creating a service, a host, and a client. When creating a service, we concentrate on three key pieces: the service itself, a host, and a client to call the service methods. This video shows how we can create the host. We add a console app to the solution. We add references to the service and System.ServiceModel. Then, we spend the rest of the time configuring the service. To do that, we add app.config, and create endpoints and a base address. I walk through the steps to of how to configure these key pieces. In the next video, we will write the code to open the service and make it ready for client calls.
Methodology of the development of example: Good coding standard and simplified design to illustrate the key points.
Technology Used: Windows Communication Foundation
Keywords: Windows Communication Foundation (WCF), ServiceContract, DataContract, Endpoint, Address, Binding, Contract, Service, Interface, class, Host, Client, Config.