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

Explain unit test done by tester on development team?

0 Answers  


What data type should you use if you want an 8-bit value that's signed ?

1 Answers  


What does mvvm mean?

0 Answers  


Possible ways to prevent xss attacks on mvc application?

0 Answers  


what is .net?

20 Answers   IBM,






Is any files are generated,when we are adding the web reference to the web service?

1 Answers  


How can we determine action invoked from HTTP GET or HTTP POST?

0 Answers  


Can you declare an override method to be static if the original method is non-static

1 Answers  


When will the .net framework 3.0 be released?

0 Answers  


What does 'managed' mean in the .NET context

1 Answers  


What is GUID , why we use it and where

1 Answers  


unit test done by tetser on development team?

3 Answers   Crea,


Categories