WPF Data Binding Using LINQ to XML Example

This section provides a Windows Presentation Foundation (WPF) example that binds user interface components to an embedded XML data source. The name of this example (and the Visual Studio project that contains it) is LinqToXmlDataBinding.

In This Section

Topic

Description

How to: Build and Run the LinqToXmlDataBinding Example

Contains step-by-step instructions on how to create, populate, and build the Visual Studio project for this example.

Walkthrough: LinqToXmlDataBinding Example

Contains the primary source files for the project and a description of how LINQ to XML is used for data binding within this code.

See Also

Other Resources

WPF Data Binding with LINQ to XML