Title: Visual Studio C# - LINQ - LINQToXML - Lesson II
Duration: 14:49 min
Description: This video continues our discussion on LINQ to XML. We will look at how we can
retrieve specific elements from the XML file. Then, we discuss attributes: how we can select them, add new ones to the document and remove current ones from the document.
Methodology: Using LINQ as a library to abstract away reading and writing XML data.
Technologies: XML, LINQ, LINQtoXML.
Examples constructed: mini-examples that query data from the Books.xml file.
In this example, we retrieve elements and attributes, and add new attributes.
Key words: XML, XDocument, XElement, First(), Attributes(), Array.ForEach(), lambda expressions, XAttribute.