Select from following answers:- System.IO
- System.Linq
- System.Data
- System.Configuration

- All Above
System.Configuration namespace contains classes used for handling data in configuration files. System.IO is for file handling operations, System.Linq is for Linq operations and System.Data is for DataTable related operations.
Show Correct Answer
Asked In: CTS Interview |
Alert Moderator