Which are the abstract classes available under system.xml namespace

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Which are the important namespaces used in ASP.Net MVC?

592


why DotNetFramework is included in building a software

2199


Can I set the unlimited length for "maxjsonlength" property in config?

556


How does servicing work for the .net framework 3.0?

527


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

528






explain lazy loading, eager loading, and explicit loading?

561


explain what is ado.net entity framework?

564


How we can add the CSS in ASP.Net MVC?

571


Explain unit test done by tester on development team?

519


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

566


What is entity sql? : Entity framework

557


Explain the 'page lifecycle' of an ASP.NET MVC?

617


What is .net framwork?

554


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

587


What is viewbag?

607