What are the derived classes from xmlReader and xmlWriter
Answer / kirti
Both XmlReader and XmlWriter are abstract base classes, which define the functionality that all derived classes must support.
There are three concrete implementations of XmlReader:
1.XmlTextReader
2.XmlNodeReader
3.XmlValidatingReader
There are two concrete implementations of XmlWriter:
1.XmlTextWriter
2.XmlNodeWriter
XmlTextReader and XmlTextWriter support reading data to/from text-based stream, while XmlNodeReader and XmlNodeWriter are designed for working with in-memory DOM tree structure. The custom readers and writers can also be developed to extend the built-in functionality of XmlReader and XmlWriter.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is eager loading?
Do you know about the new features in ASP.Net MVC 4 ?
What is the CLS
What is difference between shared and public
what is Framework?
what is ssdl?
Httpcontext objects?
What is the use of trace utility ?
What is MVVM design pattern?
how can you tell ef to have a different table or column name than that defined for the class?
How does .net framework works?
How the color of selected menu item will be changed in asp.net menu item?