0
kicks
How to perform WPF Data Binding using LINQ to XML – Part 2
This part of the article is a sequel to the previous article on how to develop a WPF application that can bind to XML data stored inline using LINQ to XML classes. In this part, I have discussed how to bind to an XML data stored in a file system. It requires trivial changes in the XAML and the code behind to bring in the same functionality here as we noted in the previous sample.