What is three major points in WCF? 1) Address --- Specifies the location of the service which will be like http://Myserver/MyService.Clients will use this location to communicate with our service. 2) Contract --- Specifies the interface between client and the server. It’s a simple interface with some attribute. 3) Binding --- Specifies how the two paries will communicate in term of transport and encoding and protocols What is WCF? The Windows Presentation Foundation (WPF) is a next generation graphics platform that is part of .NET 3.0 and .NET 3.5. It allows you to build advanced user interfaces that incorporate documents, media, 2D and 3D graphics, animations, and web-like characteristics. In just 24 sessions of one hour or less, you will be able to begin effectively using WPF to solve real-world problems, developing rich user interfaces in less time than you thought possible. Using a straightforward, step-by-step approach, each lesson builds on a real-world foundation forged ...