Answer: The XmlReader class is used to read XML data in a fast manner.
It is also used to read the XML data in forward-only, and non-cached manner.
To work with XmlReader class in .NET, you need to import the following namespace:
In C#:
using System.Xml;
In VB:
Imports System.Xml
Asked In: Many Interviews |
Alert Moderator