Interview Question
Qus: The XML document and XML reader are different?
XmlDocument is very easy to use but the only real drawback is that it loads the whole XML document into memory to process whereas XmlReader is a stream based reader so will keep your process memory utilization generally flatter but is more difficult to use.
Answers (2)
XMLReader: a reader that provides the speed, noncached, forward access to an XML web page.