-
Book Overview & Buying
-
Table Of Contents
Visual Studio 2010 Best Practices
By :
MSDN describes WCF as:
Windows Communication Foundation (WCF) is a framework for building service-oriented applications.
While this is true, WCF offers many different ways for applications to communicate. It would seem that ASP.NET web services are largely deprecated for general process intra-process communications—including web services—so, we'll start with WCF.
Let's be realistic; WCF does a lot. It's meant to abstract the implementation details of inter-process communications away from a particular application. Due to this, it needs to provide the ability to configure these details independently from the application making use of WCF. So, configuration of WCF can be very, very complex.
Most of the time, configuring WCF is a deployment detail. Making use of WCF is simply a matter of implementing (and possibly defining) a service contract. The details by which WCF brokers or translates the communication between your implementation and the client...
Change the font size
Change margin width
Change background colour