Application Control Engine (ACE) can check the health of servers and server farms by configuring health probes (which are sometimes referred to as keepalives). A probe can be one of many types. Which are valid ACE probes? ()
第1题:
You need to design a permission structure for registry objects that enables the legacy application at the resorts to run. Your solution must comply with the written security policy. What should you do?()
第2题:
You recently installed an application on your computer. The application is configured to automatically start. This application might cause your computer to run slower. You need to prevent the application from auto starting without uninstalling the application. What should you do?()
第3题:
You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to design a composite custom control for the application. You include a ListBox control has a property that provides the item count of the ListBox control. You need to ensure that the property cannot be accessed at design time. Which attribute should you use?()
第4题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You need to ensure that the application meets the following requirements: Displays a menu that is specific to the control selected by the user. Displays the menu next to the control. Which control should you use? ()
第5题:
You are creating a Windows Forms application by using the .NET Framework 3.5. You plan to develop a new control for the application.The control will have the same properties as a TextBox control.You need to ensure that the control has a transparent background when it is painted on form.You want to achieve this goal by using the minimum amount of development effort.What should you do?()
第6题:
You have a computer that runs Windows 7. You have a third-party application. You need to ensure that onlya specific version of the application runs on the computer. The solution must ensure that all applicationrestrictions are based on the application vendor s digital signature. What should you do?()
第7题:
Configure the User Account Control: Only elevate executables that are signed and validated setting to be Enabled.
Configure the User Account Control: Detect application installations and prompt for elevation setting to be Enabled.
Configure the User Account Control: Detect application installations and prompt for elevation setting to be Disabled
Configure the User Account Control: Behavior of the elevation prompt for standard users setting to be Prompt for credentials.
第8题:
Add the ID attribute to the Label control.
Add the ID attribute to the TextBox control.
Use the Bind function for the Label control instead of the Eval function.
Use the Eval function for the TextBox control instead of the Bind function.
第9题:
Extend the Control class.
Extend the ContainerControl class.
Create protected accesses for each control property.
Create public accesses for the properties of the BindingSource control.
第10题:
a module in Oracle HTTP Server
a PL/SQL module in Oracle Database
an application in WebLogic Server Administration Server
an application in WebLogic Server Managed Server
第11题:
You are creating a Windows Forms application by using the .NET Framework 3.5. You plan to develop a new control for the application.You need to ensure that the control extends the TreeView control by adding a custom node tag and a highlight color.What should you do?()
第12题:
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 4.0. The Web application comprises a class named Employee with properties named as First Name, Last Name, and Age. You add a Web page in which you get a list of Employee objects and display those objects in a GridView control. You are required to add code so that the GridView row is highlighted in red color if the age of the employee is less than 21 years. What will you do to accomplish this?()
第13题:
You use Microsoft .NET Framework 4 to create a Windows Forms application. The application includes a RichTextBox control and a ListBox control. The ListBox control is populated with a list of valid file names. The application allows users to drag a ListBox item to the RichTextBox control. You need to provide a visual indication that a file that is dragged can be dropped on the RichTextBox control. What should you do?()
第14题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page to display photos and captions. The caption of each photo in the database can be modified by using the application. You write the following code fragment.
第15题:
All client computers in your company run Windows 7 Enterprise. You are planning to deploy a custom application that runs only on Windows XP to all users. You install Windows XP Mode on each host computer and install the application in the Windows XP guest virtual machine s (VM s ). You verify that the application runs in the guest VM s . A n a pplication shortcut does not appear on the Windows 7 host computer s . You need to ensure that the application can be launched directly from the Windows 7 host computer s . What should you do in the guest VM s ? ()
第16题:
Which of the following is NOT one of the three details you need to fill in on the New Custom Control dialog?()
第17题:
Derive from the Control class.
Derive from the UserControl class.
Derive from the FrameworkElement class.
Derive from the ContainerControl class.
第18题:
Derive from the Control class.
Derive from the UserControl class.
Derive from the ScrollableControl class.
Derive from the ContainerControl class.
第19题:
Override the OnPaint method.
Write a code segment to handle the CellPainting event.
Write a code segment to handle the CellParsing event.
Write a code segment to handle the RowPostPaint event.