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

How we can add the css in mvc?

0 Answers  


Explain how you can implement Ajax in MVC?

0 Answers  


What is domain class model?

0 Answers  


What are bundling & minification features in asp.net mvc 4?

0 Answers  


How does servicing work for the .net framework 3.0?

0 Answers  






Difference between ASP.NET MVC and ASP.NET WebForms?

0 Answers  


What is the full form of sp?

0 Answers  


Can I redirect tracing to a file

1 Answers  


what is way of loading data in ef (entity framework)?

0 Answers   Microsoft,


Can you use Razor code in Javascript in ASP.Net MVC?

0 Answers  


How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!

2 Answers   HCL,


Can you write a class without specifying namespace? Which namespace does it belong to by default?

1 Answers  


Categories