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 is entity framework used for?

0 Answers  


What is code first? : Entity framework

0 Answers  


what are generics? Without generics what are the disadvantages in 1.1?

3 Answers   HP, iSoft, nTech Solutions,


what are the different stepts to create shared assemblies?

1 Answers  


What are multicast delegates ? give me an example

1 Answers  






What is .NET Framework?

4 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


What is a model in programming?

0 Answers  


What is difference between constants, readonly and, static

1 Answers  


Tell me the best web-sites for Learning the ASP DOT NET.

3 Answers  


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

0 Answers  


What are the different authentication modes in the .NET environment?

2 Answers  


Categories