单项选择题
A.应使用CultureInfo类
B.应使用TextInfo类
C.应使用DateTimeFormtaInfo
D.应使用CharUnicodeInfo
E.应使用RegionInfo
单项选择题 You work as an application developer at Certkiller .com. You have recently created a business application that references another strong-named assembly named library.dll, and deployed it to all Certkiller .com users. Subsequent to testing the applications performance, you elect to upgrade the assembly’s version to 1.1.0.0. You need to ensure that the new version of will not affect any of Certkiller .com’s current users by adding the appropriate element to the assemblyBinding element in the application configuration file.What element should you add?()
单项选择题 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?()
单项选择题 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?()