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 is objectcontext? : Entity framework
what is a round trip?What is a postback?
Explain the methods used to render the views in mvc?
Explain something about model, view and controllers in asp.net mvc?
Can we create the web service in windows application?
Does .NET Framework support SAX?
How can I tell what .net framework is installed?
What is entity framework used for?
What type of filter does outputcacheattribute class represents?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
Can we have more than 1 partial classes in the same file?
Do you know about the new features in ASP.Net MVC 4 ?