Select from following answers:- XmlReader

- XmlDocument
- Filestream
- All Above
XmlReader is the fastest option when processing a lot of data. Because you only have to read it and not make any changes.
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator