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 |
List the new features added in .net framework 4.0.
What are the components required to create a route in mvc?
What you mean by routing in asp.net mvc?
what is lazy loading in entity framework?
what are the aggregate functions in ASP.NET?
What is objectset? : Entity framework
What is edm (entity data model)? : Entity framework
How will you load dynamic assembly? How will create assemblies at run time?
what is the three pillar of .Net ?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is storage model? : Entity framework
How to ensure the credentials for WebService using Windows authentication