WPF Data Binding Using LINQ to XML Example

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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

WPF Data Binding with LINQ to XML