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
Which is the root namespace for fundamental types in .net framework?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Explain the tools used for unit testing in ASP.Net MVC
what is entity graph in entity framework?
Explain tempdata in mvc?
Can you use Razor code in Javascript in ASP.Net MVC?
What are the components required to create a route in ASP.Net MVC?
Why to use html.partial in mvc?
What is the use of view model in asp.net mvc?
Explain dependency resolution?
Do I need microsoft .net framework?
What type of filter does outputcacheattribute class represents?
What is namespace of asp.net mvc?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is filters in web api?