Explain the XmlReader class ?

 Posted by Bharathi Cherukuri on 5/11/2012 | Category: Web Services, Remoting Interview questions | Views: 2954 | Points: 40
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 

Comments or Responses

Login to post response