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 code first? : Entity framework
Is .net core faster than .net framework?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
What you mean by routing in asp.net mvc?
What are Scaffold templates in ASP.Net MVC?
What are the 2 popular asp.net mvc view engines?
Is .net framework 4.8 the last version?
How route table is created in ASP.NET MVC?
What is .net core framework?
Where is tempdata stored?
What is the full form of sp?
Explain the types of Scaffoldings.
What is Attribute Routing in ASP.Net MVC?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
what is msl?