Wednesday, March 11, 2009

WCF Tutorial

WCF concepts include ABC i.e.,
  • A - Address
  • B - Binding
  • C – Contract
Services are building on windows communication foundation’s System.ServiceModel assembly in location
C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation.
You can find some sample applications in some of my articles. Samples consist of a WCF service and a silverlight client that consumes the service. You'll get a basic concept of WCF from those samples.
Download Sample Application,
You'll get more samples from MSDN, Download Samples
MSDN Tutorials for WCF,

How to: Define a Windows Communication Foundation Service Contract
How to: Implement a Windows Communication Foundation Service Contract
How to: Host and Run a Basic Windows Communication Foundation Service
How to: Create a Windows Communication Foundation Client
How to: Configure a Basic Windows Communication Foundation Client
How to: Use a Windows Communication Foundation Client

4 comments:

M.Kumar said...

Nice article!!

Anonymous said...

Thank you!

Anil Singh said...

Nice blog!!!!!!!

Anonymous said...

nice ..thnk u ..was of great help in understanding and consuming wcf service

Post a Comment