Integration Samples for .NET Framework Features
These are basic samples integrating major Microsoft .NET Framework features; Windows Communication Foundation, Windows Workflow Foundation, and Windows Presentation Foundation (WPF). These samples provide basic integration implementations to use in building larger, more robust solutions.
Preparation
It is best to understand the basics for each technology before integrating. General Feature introductions can be found at the following links:
The Samples
WCF Service Consuming XAML From a WPF Client
Full Trust WPF Application Calling a WCF Service
Partial Trust WPF Application Calling a WCF Service
WPF Application Data Binding To WCF Service Results
WCF Data Binding in a WPF Client
Consuming RSS From a WCF Service Using POX Encoding and a WPF Client
WPF CardSpace Service Accessed by a WPF Client
Hosting a Workflow in WCF Service
Hosting a Workflow in WCF with a Duplex Contract