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 |
What are sections?
what is VSS? Where we are using?
mention what is the key advantage of using entity framework or ef?
explain what does .edmx file contains?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is strong name?
what is csdl?
What is the main difference between VS 2005 and VS 2003?
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
What is presentation framework?
What is web api‘s in asp.net mvc 4 ?
What is associationset? : Entity framework