单项选择题
A.选择 ListDictionary 集合类
B.选择哈希表集合类
C.选择队列的集合类
D.选择 StringCollection 集合类
单项选择题 Youaredevelopinganapplicationthatusesrole-basedsecurity.Theprinicipalpolicyoftheapplicationdomainisconfiguredduringstartupwiththefollowingcode:AppDomain.CurrentDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal);YouneedtorestrictaccesstooneofthemethodsinyourapplicationsothatonlymembersofthelocalAdministratorsgroupcancallthemethod.Whichattributeshouldyouplaceonthemethod?()
单项选择题 您目前正在审查由其他开发人员创建的应用程序的过程中。您正在检查的应用程序包括声明一个名为 EmployeeList,其中存储雇员对象的集合。如下所示:公共类 EmployeeList: Enumerator, IEnumerable{/ / 类实现}您需要的能力来循环访问 EmployeeList,最小的开发工作。你应该做什么?()
多项选择题 YouworkasanapplicationdeveloperatCer-Tech.com.YouareintheprocessofcreatinganapplicationforCert-Tech.com’sHumanResourcesdepartmentthattracksemployeebenefitsYouhavetostorecurrentemployeedatawithoutrecompilingtheapplication.Youelecttostorethisemployeedataasacustomsectionintheapplicationconfigurationfile.Therelevantportionoftheapplicationconfigurationfileisshowninthefollowingexhibit:Whatshouldyoudo?()