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 the use of view model in asp.net mvc?
What is renderbody?
Explain .Net Framework? Why we use it?
What is edm designer? : Entity framework
How the ‘page lifecycle’ of ASP.Net MVC does works?
How to ensure the credentials for WebService using Windows authentication
What is MVVM design pattern?
What are the features that are new in .net 2.0
What is entitytypes? : Entity framework
Can you set the unlimited length for "maxjsonlength" property in config?
Is it possibe to run 2 aplication on single m/c, one App is on .Net Framework 1.0 and another one is on .Net Fremework 2.0?
What are html helpers in asp.net mvc?