Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the derived classes from xmlReader and xmlWriter



What are the derived classes from xmlReader and xmlWriter..

Answer / kirti

Both XmlReader and XmlWriter are abstract base classes, which define the functionality that all derived classes must support.

There are three concrete implementations of XmlReader:

1.XmlTextReader

2.XmlNodeReader

3.XmlValidatingReader

There are two concrete implementations of XmlWriter:

1.XmlTextWriter

2.XmlNodeWriter

XmlTextReader and XmlTextWriter support reading data to/from text-based stream, while XmlNodeReader and XmlNodeWriter are designed for working with in-memory DOM tree structure. The custom readers and writers can also be developed to extend the built-in functionality of XmlReader and XmlWriter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Can we change web.config settings from iis?

0 Answers  


What is the significance of nonactionattribute?

0 Answers  


Why do you need to serialize

1 Answers  


List out few different return types of a controller action method?

0 Answers  


Is it possible to unit test an mvc application without running the controllers in an asp.net process?

0 Answers  


If background completes its processing will it wait for foreground threads?

2 Answers   Kanbay,


How does the 'page lifecycle' of asp.net mvc works?

0 Answers  


what is code first approach?

0 Answers   Microsoft,


What is difference between viewbag and viewdata and tempdata?

0 Answers  


js fn to go to the particular page when enter is clicked

1 Answers  


Tell me about the internal working of Garbage collector?

3 Answers   Honeywell,


Is it possible to create a custom filter?

0 Answers  


Categories