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
What is viewdata?
What is the difference between windows vista and .net framework 3.0 ?
Can a view be shared across multiple controllers? If yes, how we can do that?
What are the two ways to add constraints to a route?
Explain what is asp.net mvc?
How we can invoke child actions in ASP.Net MVC?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
Explain test driven development (tdd) ?
Explain the advantages of dependency injection (di) in asp.net mvc?
What are bundling & minification features in asp.net mvc 4?
what is conceptual model?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What filters are executed in the end?
Explain what is routing?
What is poco proxy? : Entity framework