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 |
Explain the new features 3.5 framework against with the tool?
What are child actions in ASP.Net MVC?
What is separation of concerns in asp.net mvc?
How does CAS work
Difference between ASP.NET MVC and ASP.NET WebForms?
Is it possible to share a view across multiple controllers?
How would you make a combo-box appear in one column of a DataGrid?
How to Insert a TextBox value in to Sql database using C#.Net coding
What is ado.net data provider? : Entity framework
Explain the tools used for unit testing in ASP.Net MVC
How we can add the css in mvc?
How the color of selected menu item will be changed in asp.net menu item?