Define XmlReader class and namespace

Define XmlReader class and write the namespace used in VB and in C# for XmlReader class.

E

Expert

Verified

XmlReader class is used to read the XML data in the forward-only, fast and non-cached manner.

We need to import the following namespace to work with the XmlReader class in .NET:

In VB:

Imports System.Xml

In C#:

using System.Xml; 

   Related Questions in Computer Engineering

©TutorsGlobe All rights reserved 2022-2023.