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 is entity framework used for?
What is code first? : Entity framework
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?
What are multicast delegates ? give me an example
What is .NET Framework?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
What is a model in programming?
What is difference between constants, readonly and, static
Tell me the best web-sites for Learning the ASP DOT NET.
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What are the different authentication modes in the .NET environment?