So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?

Submitted by: Administrator
Initialize an instance of AppSettingsReader class. Call the GetValue method of AppSettingsReader class, passing in the name of the property and the type expected. Assign the result to the appropriate variable. In Visual Studio yes, use Dynamic Properties for automatic .config creation, storage and retrieval.
Submitted by: Administrator

Read Online VB .Net Job Interview Questions And Answers