Friday, August 14, 2009

First Programming WCF

Windows communication foundation previously code named Indigo is the Microsofts next generation programming platform for building Distributed systems.In this article we will deal with the basics of Windows communicaiton foundation service and a simple walkthrough of creating a simple WCF service with VS2005..

Windows Communiction Foundation Service(Indigo):

Indigo combines and extends the capabilities of existing Microsoft distributed systems technologies, including Enterprise Services, System.Messaging, .NET Remoting, ASMX, and WSE to deliver a unified development experience.

Windows communication foundation service is primarily based on the System.ServiceModel namespace. This is the Programming interface to the developers. The System.ServiceModel namespace is very rich in its design so that it allows much easier programming interface.

Before getting into first programming sample of a WCF service, lets look into the programming model of the WCF service.

No comments:

Post a Comment