Explain how to retrieve property settings from XML .config file.
Mohan Gupta
Create an instance of AppSettingsReader class, use GetValue method by passing the name of the property and the type expected. Assign the result to the appropriate variable.