|
|
Browse by Tags
All Tags » Microsoft » wcf » Windows Communc... » .Net
-
This is a blog I've been meaning to write for over a year now, but have just not had the time. Its as much a ''note to self'' as a blog for external consumption.
WCF provides the ability to generate a client proxy that communicates with a service, such as a SOAP service conforming to basic profile. Generating a proxy can be done by either using ...
-
Overview of WCF architecture Figure 1 illustrates the generic architecture WCF employs for all services.
Figure 1 - General WCF Architecture
The outer service represents the AppDomain of the service. A WCF service consists of contracts (data, fault and service contracts), a service instance (implementation) which is the implementation of a ...
|
|
|