When working with XML data we inevitably have to concern ourselves with XML namespaces + XML namespace prefixes. The Linq to XML API has been designed to make dealing with namespaces and namespaces prefixes as direct and straightforward as possible. Rather than having to deal with XmlNamespaceManagers and the like we simple reference all of our elements and attributes using their fully expanded name (namespace + local name). While the simplification provided by Linq to XML makes dealing with namespaces
Read More...