Some notes on LINQ to XML All LINQ to XML objects inherit from XObject. All LINQ to XML objects except XAttribute inherit from XNode which directly inherits from XObject. Using XDocument is optional. (XDocument wraps an XElement object and adds to it.) Both XDocument and XElement have static methods...
Continue reading "LINQ to XML Notes"