Name of the custom control
Comments to describe the custom control
List of the controls that will make up this custom control
Application that will contain the custom control
第1题:
You administer a network with Windows-based endpoints that have custom software images. You want to use Host Checker to require that endpoints are running the custom software image.Which two Host Checker policy rules would be used to enforce this requirement?()
第2题:
Your company has a domain controller named Server1 that runs Windows Server 2008 and the DNS server role. A server named Server2 runs a custom application. You need to configure DNS to include the following parameters for the custom application: Service Priority Weight Protocol Port Number Host offering this service Which record should you create?()
第3题:
You are creating an ASP.NET Web site. The site has a master page named Custom.master. The code-behind file for Custom.master contains the following code segment.Partial Public Class Custom Inherits System.Web.UI.MasterPagePublic Property Region As String Protected Sub Page_Load(ByVal sender As Object,ByVal e As System.EventArgs) Handles Me.LoadEnd SubEnd Class You create a new ASP.NET page and specify Custom.master as its master page.You add a Label control named lblRegion to the new page. You need to display the value of the master pages Region property in lblRegion.What should you do? ()
第4题:
You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()
第5题:
You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()
第6题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a custom-templated server control. You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page. Which interface should you implement?()
第7题:
Which of the following is NOT one of the three details you need to fill in on the New Custom Control dialog?()
第8题:
software installation in Group Policy
startup scripts in Group Policy
Microsoft Application Virtualization (App-V)
baseline Windows 7 image that includes the custom application
第9题:
the Active Directory Administrative Center console
the Active Directory Sites and Services console
the DNS Manager console
the Dnscmd tool
第10题:
Name of the custom control
Comments to describe the custom control
List of the controls that will make up this custom control
Application that will contain the custom control
第11题:
IWeb Event Custom Evaluator
Web Event Provider
Web Base Event
Web Audit Event
第12题:
Create a new custom class for the control that is derived from the Control class.
Create a new custom class for the control that is derived from the UserControl class.
Create a new custom class for the control that is derived from the ContentControl class.
Create a new custom class for the control that is derived from the ContentPresenter class.
第13题:
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?()
第14题:
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?()
第15题:
You are creating a custom user control. The custom user control will be used on 10 Web Forms for an ASP.NET Web site that allows users to register and log on to a personalized experience. The custom user control uses two TextBox controls and two Button controls. You need to ensure that the controls are visible only when users are not logged on to the Web site. You also need to minimize the amount of effort in development and maintenance for the Web site. Which two actions should you perform? ()
第16题:
You are developing a custom service host for a Windows Communication Foundation (WCF) service. The service host is named MovieServiceHost.You need to deploy the service with the custom service host in Microsoft Internet Information Services (IIS) 7.0. What should you do?()
第17题:
You are developing a Windows Presentation Foundation (WPF) application. You need to use XAML to create a custom control that contains two Button controls. From which base class should you inherit? ()
第18题:
You have a DNS zone that is stored in a custom application directory partition. You install a new domain controller. You need to ensure that the custom application directory partition replicates to the new domain controller. What should you use()
第19题:
Specifying validation
Configuring data sources
Your own custom properties
All of the above
第20题:
Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Parent lblRegion.Text = custom.Region
Add the following code segment to the Page_Load method of the page code-behind file. Dim custom As Custom = Me.Master lblRegion.Text = custom.Region
Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Page.FindControl(lblRegion) lblRegion.Text = Me.Region
Add the following code segment to the Page_Load method of the Custom.Master.vb code-behind file. Dim lblRegion As Label = Master.FindControl(lblRegion) lblRegion.Text = Me.Region
第21题:
Override the OnPaint method.
Write a code segment in the DrawNode event handler to specify the highlight color.
Set the DrawMode property of the control to OwnerDrawAll, and then implement a custom DrawNode event handler.
Set the DrawMode property of the control to OwnerDrawText,and then implement a custom DrawNode event handler.
第22题:
IWebEventCustomEvaluator
WebEventProvider
WebBaseEvent
WebAuditEvent
第23题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第24题:
FrameworkElement
UIElement
UserControl
Button