What are the derived classes from xmlReader and xmlWriter



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

Post New Answer

More Dot Net Framework Interview Questions

What is ViewData and TempData in ASP.Net MVC?

0 Answers  


What are the components of the .net framework.

0 Answers  


What was the problem in traditional component why side by side execution is supported in .net ?

1 Answers   MMTS,


And if they have conflicting method names ?

1 Answers  


What is separation of concerns in asp.net mvc?

0 Answers  






What is GC (Garbage Collection) and how it works

1 Answers  


Is dapper faster than entity framework?

0 Answers  


What is meant by viewdata?

0 Answers  


I am going for H1B visa interview, I am not having bank statement ,is it neccesary for stamping process? how to handle the,consulate people without that statement ?

2 Answers  


Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

0 Answers  


What is the property available to check if the page posted or not

1 Answers  


What are Scaffold templates in ASP.Net MVC?

0 Answers  


Categories