ravi

ravi

  • NA
  • 16
  • 0

.net framework question

Jun 20 2008 2:41 PM
Which one of the folowing is the way to create an XmlReader using an XMLReaderSettings object?

a) Call the constructor.
b) Get a reader from an XmlDocument
c) Call the static create method
d) Do not use XmlReader; this class is deprecated in .NET 2.0
e) use a StringReader to intantiate the XmlReader


Answers (2)