Question:You are creating a WPF application and want to read settings from a custom section in the application’s .config file. Which of the following should you do? (Choose all that apply.)
A Create a class that derives from ConfigurationSection.
B Create a class that implements IConfigurationSectionHandler.
C Define a <configSections> section in the application’s .config file.
D Create a custom section within the <configuration> section in the application’s .config file.
+ AnswerA C D
+ Report