LINQ To XML: working with documents
In the previous posts I”ve presented some of the basic features introduced by the new LINQ To XML API. Today, we”ll keep digging and I”ll show you several options available for working with XML documents. As we”ve seen in the other day, documents are represented by instances of the XDocument class. You”ll really need to […]