多项选择题
You work as an application developer at Cer-Tech.com.You are in the process of creating an application for Cert-Tech.com’s Human Resources department that tracks employee benefits You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit: What should you do?()
A. Create a custom section handler class that inherits the ConfigurationSection interface
B. Add a section element to the EmployeeSection element of the application configuration file
C. Create a custom section handler class that implements the IConfigurationSectionHandler interface.
D. Add an EmployeeSection element to the configSections element of the application confguration file
E. Create a custom section handler class that implements the IApplicationSettingsProvider interface
F. Add a section element to the configSections element of the application configuration file
相关考题
-
单项选择题
Whicheventwouldyouusetorunamethodimmediatelyafterserializationoccurs?()
A. OnSerializing
B. OnDeserializing
C. OnSerialized
D. OnDeserialized -
单项选择题
您正在编写自定义字典。该自定义字典类名为MyDictionary。您需要确保该字典是类型安全的字典。您应该使用哪个代码段?()
A.A
B.B
C.C
D.D -
单项选择题
WhatkindofobjectdoesthegenericDictionaryenumeratorreturn?()
A. Object
B. Generic
C. Key
D. Value
