Community

XMLDocument (DOM) and XDocument (LINQ)

(Manikavelu Velayutham) Before LINQ to XML we were used XMLDocument for manipulations in XML like adding attributes, elements and so on. Now LINQ to XML uses XDocument for the same kind of thing. Syntaxes are much easier than XMLDocument and it requires a minimal amount of code.

Read More - Register for Free Membership