Day: May 11, 2010
B

Basic WCF Tutorial for Beginners
I will be explaining a simple WCF service execution, using a sample project (collated from the MSDN Documentation). Lets create a Visual Studio Solution with two console application projects. They are: 1. Service Part - Console Application 2. Client Part - Console Application Let me take you through the Service Part: 1. Create a sample ...