多选题You are creating a Windows Forms application by using the .NET Framework 3.5.You plan to deploy the application in multiple countries and languages.You need to ensure that the application meets the globalization requirements. Which two actions should y

题目
多选题
You are creating a Windows Forms application by using the .NET Framework 3.5.You plan to deploy the application in multiple countries and languages.You need to ensure that the application meets the globalization requirements. Which two actions should you perform?()
A

Handle server names and URLs as ASCII data

B

Use Unicode strings throughout the application

C

Use the NumberFormatInfo class for numeric formatting

D

Handle strings as a series of individual characters instead of entire strings

E

Avoid usage of the SortKey class and the CompareInfo class for sorting purposes

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are creating a Windows Forms Application by using the .NET Framework 3.5.Your applciation will be used by a government depertment.You need to ensure that the application meets "accessibilty" requirements.Which three actions should you perform?()

  • A、Expose keyboard focus visually and programmatically.
  • B、Use the NeutralResourceLanguageAttribute attribute in the assembly.
  • C、Provide documented keyboard access to all application features.
  • D、Set all the colors to primary colors when the high contrast mode is on.
  • E、Display all user interface elements by using the system color scheme when high contrast mode is off.
  • F、Either display all visual cues or create sound effects for any information.

正确答案:A,C,E

第2题:

You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new Windows Presentation Foundation (WPF) XAML browser application (XBAP).The deployment must meet the following requirements:  (1)shortcut is added to the Start menu   (2)The most recent version of the application is installed and executed on client computers   (3)Users can uninstall the application from the control panel    You need to identify a deployment technology that meets the specified requirements.You want to achieve this goal by using the minimum amount of development effort. Which deployment technology should you use?()

  • A、XCOPY
  • B、ClickOnce
  • C、MicrosoftWindows Installer
  • D、Remote Desktop connections

正确答案:B

第3题:

You are creating a Windows Forms application by using the .NET Framework 3.5.You plan to develop a custom control for the application.  The control will be a composite control.Your need to derive from the class that will create the control by using the minimum amount of development effort.What should you do?()

  • A、Derive from the Control class.
  • B、Derive from the UserControl class.
  • C、Derive from the FrameworkElement class.
  • D、Derive from the ContainerControl class.

正确答案:B

第4题:

You are creating a Windows Forms application by using the .NET Framework 3.5.You plan to deploy the application in multiple countries and languages.You need to ensure that the application meets the globalization requirements. Which two actions should you perform?()

  • A、Handle server names and URLs as ASCII data
  • B、Use Unicode strings throughout the application
  • C、Use the NumberFormatInfo class for numeric formatting
  • D、Handle strings as a series of individual characters instead of entire strings
  • E、Avoid usage of the SortKey class and the CompareInfo class for sorting purposes

正确答案:B,C

第5题:

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application.The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()

  • A、Create a custom action and set the NoImpersonate property to true
  • B、Create a custom action and set the NoImpersonate property to false
  • C、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
  • D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.

正确答案:C

第6题:

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application. The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()

  • A、Create a custom action and set the NoImpersonate property to true
  • B、Create a custom action and set the NoImpersonate property to false
  • C、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker
  • D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator

正确答案:C

第7题:

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to design a control for the application.You need to ensure that the control meets the following requirements:    (1)Contains the DataGridView, BindingSource, and BindingNavigator controls.  (2)Exposes the properties of the BindingSource control.   (3)Protects the properties of the DataGridView and BindingNavigator controls.    What sholud you do?()

  • A、Extend the Control class.
  • B、Extend the ContainerControl class.
  • C、Create protected accesses for each control property.
  • D、Create public accesses for the properties of the BindingSource control.

正确答案:D

第8题:

You are creating a Windows Forms application for a financial service provider by using the .NET Framework 3.5. You have to implement a multiple document interface (MDI) in the application to allow users to open multiple financial documents simultaneously.You need to ensure that whenever the child MDI form is created, the application displays a message in the title bar of the parent MDI that a child form has received focus.   What should you do?()

  • A、Implement theActivated event
  • B、Implement the MdiChildActivate event
  • C、Override the OnParentVisibleChanged method
  • D、Override the OnParentBindingContextChanged method

正确答案:B

第9题:

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to design a new control that will be used on multiple forms in the app.You need to ensure that the control meets the following requirement  (1)It retrieves data from a MSSQL Server 2008 database instance. (2)It uses WPF classes to display data.  (3)It uses user-customizable actions when the control is first painted on the form.   What should you do?()

  • A、Create a new custom class for the control that is derived from the Control class.
  • B、Create a new custom class for the control that is derived from the UserControl class.
  • C、Create a new custom class for the control that is derived from the ContentControl class.
  • D、Create a new custom class for the control that is derived from the ContentPresenter class.

正确答案:B

第10题:

You are creating a Windows Forms application by using the .NET Framework 3.5.You have resource files in five different languages.You need to test the application in each language. What should you do?()

  • A、Set the CurrentCulture property explicitly to the respective culture for each language.
  • B、Set the CurrentCulture property explicitly to IsNeutralCulture for each language.
  • C、Set the CurrentUICulture property explicitly to IsNeutralCulture for each language.
  • D、Set the CurrentUICulture property explicitly to the respective culture for each language.

正确答案:D

更多相关问题