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 how you can load related entities in ef (entity framework)?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What are the different authentication modes in the .NET environment?
What is difference between razor and web form engine?
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What are the benefits of .net framework?
What is the difference between partial and renderpartial?
What are the advantages of razor view engine?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
Can you explain model, controller and view in mvc?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?