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 are the contents of assembly?
What is CLR? How it will work?
What is Attribute Routing in ASP.Net MVC?
Can we access the web controls in a page pre initialising event?
what is a mvc in asp.net?
3 Answers Cap Gemini, Elsinoir Technologies, HCL,
Can I use razor code in javascript in asp.net mvc?
How do I install .net framework?
What is the CTS
What is ado.net data provider? : Entity framework
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
What is the use of razor view engine?
how do you query in entity model when the result has a join from from different database other than the entity model?