Which are the abstract classes available under system.xml namespace



Which are the abstract classes available under system.xml namespace..

Answer / kirti

The System.XML namespace provides XML related processing ability in .NET framework. XmlReader and XMLWriter are the two abstract classes at the core of .NET Framework XML classes:

1. XmlReader provides a fast, forward-only, read-only cursor for processing an XML document stream.

2. XmlWriter provides an interface for producing XML document streams that conform to the W3C's XML standards.

Both XmlReader and XmlWriter are abstract base classes, which define the functionality that all derived classes must support.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What are the contents of assembly?

2 Answers  


What is CLR? How it will work?

5 Answers  


What is Attribute Routing in ASP.Net MVC?

0 Answers  


Can we access the web controls in a page pre initialising event?

2 Answers  


what is a mvc in asp.net?

3 Answers   Cap Gemini, Elsinoir Technologies, HCL,


Can I use razor code in javascript in asp.net mvc?

0 Answers  


How do I install .net framework?

0 Answers  


What is the CTS

1 Answers  


What is ado.net data provider? : Entity framework

0 Answers  


What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?

4 Answers   IBM,


What is the use of razor view engine?

0 Answers  


how do you query in entity model when the result has a join from from different database other than the entity model?

0 Answers   Microsoft,


Categories