单项选择题
You work as an application developer at Certkiller .com. You have recently created and deployed an application using the .NET 1.1 CLR to all Certkiller .com users. After a Certkiller .com administrator updates all user computers with the .NET 2.0 CLR, you run preliminary tests and find that the application you created using the .NET 1.1 CLR is not compatible with the .NET 2.0 CLR.
You need to ensure that the application can be run with the .NET 1.1 CLR. What should you do?()
A.A
B.B
C.C
D.D
相关考题
-
单项选择题
YouworkasanapplicationdeveloperatCertkiller.com.Youhaverecentlycreatedabusinessapplication,whichrequirescomplexinstallationlogic.Youaddthefollowingcodetoyourprojectafterelectingtocreateacustominstallerforthebusinessapplication.publicclassApplicationInstaller:Intaller{publicoverridevoidInstall(IDictionarystateSaver){//InstalltheapplicationBase.Install(stateSaver);}publicoverridevoidCommit(IDictionarysavedState){//CommittheapplicationBase.Commit(savedState);}publicoverridevoidRollback(IDictionarysavedState){//RollbacktheapplicationBase.Rollback(savedState);}publicoverridevoidUninstall(IDictionarysavedState){//UnInstalltheapplicationBase.Uninstall(savedState);}}WhatshouldbedoneNEXT?()
A. The assembly should be compiled and the Install.exe tool should be run.
B. The RunInstaller attribute should be added to the business application assembly and it should be set to true.
C. The assembly should be compiled and should be run as normal.
D. The RunInstaller attribute should be added to the ApplicationInstaller class and it should be set to true. -
多项选择题
YouworkasanapplicationdeveloperatCertkiller.com.YouareintheprocessofcreatinganapplicationforCertkiller.com’sHumanResourcesdepartmentthattracksemployeebenefits.Youhavetostorecurrentemployeedatawithoutrecompilingtheapplication.Youelecttostorethisemployeedataasacustomsectionintheapplicationconfigurationfile.Therelevantportionoftheapplicationconfigurationfileisshowninthefollowingexhibit:Youwanttousethe.NET2.0ConfigurationAPItoaccessthecustomsection.YouneedtoensurethatprogrammaticaccessoftheEmployeeSectionelementisenabled.Whatshouldyoudo?()
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 configuration file.
E. Create a custom section handler class that implements the IApplicatioSettingsProvider interface.
F. Add a section element to the configSections element of the application configuration file. -
单项选择题
You work as an application developer at Certkiller .com. You have recently completed creating an application that uses an application configuration file. This configuration file contains a section named EmployeeSection, which contains Employee elements.You are required to view the contents of the EmployeeSection element.You need to ensure that the EmployeeSection element outputs its contents to the console. What should you do?()
A.A
B.B
C.C
D.D
