Implement theActivated event
Implement the MdiChildActivate event
Override the OnParentVisibleChanged method
Override the OnParentBindingContextChanged method
第1题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. When you access the application in a Web browser, you receive the following error message: "Service Unavailable". You need to access the application successfully. What should you do?()
第2题:
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?()
第3题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application has multiple data entry windows. Each window contains controls that allow the user to type different addresses for shipping and mailing. All addresses have the same format. You need to ensure that you can reuse the controls. What should you create?()
第4题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Framework (WPF) application. You have a company logo that must appear on multiple forms in the application. The logo design changes frequently. You need to ensure that when the logo image is changed, you only need to update a single location. What should you do?()
第5题:
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?()
第6题:
Define the image as a page resource.
Define the image as an application resource.
Save the image on a network drive.
Include the image as an embedded resource.
第7题:
Use the Depth property.
Use the Version property.
Use the MinVersion property.
Use the ComponentID property.
第8题:
Add a PrintPreviewDialog control to the form.
Add a PrintPreviewControl control to the form.
Create and initialize a PrintDocument object on the form and then implement the PrintPage event handler.
Create and initialize a PrintDocument object on the form and then implement the BeginPrint event handler.
Set the Document property of the PrintPreviewDialog control to the PrintDocument instance that must be printed.
第9题:
Start Microsoft IIS 6.0.
Start the Application pool.
Set the .NET Framework version.
Add the Web.config file for the application.
第10题:
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.
第11题:
Handle server names and URLs as ASCII data
Use Unicode strings throughout the application
Use the NumberFormatInfo class for numeric formatting
Handle strings as a series of individual characters instead of entire strings
Avoid usage of the SortKey class and the CompareInfo class for sorting purposes
第12题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第13题:
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?()
第14题:
You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to create a customized Print Preview dialog box in the application. You need to ensure that users can preview their documents before printing. Which two actions should you perform?()
第15题:
You are creating a Windows Forms application by using the .NET Framework 3.5 The application is used by a financial service provider.You discover that the service provider transfers large amounts of data by using XML. You need to read and validate the XMLdocuments in the most time efficient manner.Which technology should you use?()
第16题:
You create Windows Forms applications by using the .NET Framework 3.5. You plan to use a setup project to deploy a new Windows Forms application.The application uses a component that requires the Microsoft NET Framework 1.1.You need to create a launch condition so that the application can be deployed on client computers. What should you do?()
第17题:
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?()
第18题:
Create a custom action and set the NoImpersonate property to true
Create a custom action and set the NoImpersonate property to false
Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.
第19题:
a user control
a data template
a control template
a control that inherits the Canvas class
第20题:
Set the CurrentCulture property explicitly to the respective culture for each language.
Set the CurrentCulture property explicitly to IsNeutralCulture for each language.
Set the CurrentUICulture property explicitly to IsNeutralCulture for each language.
Set the CurrentUICulture property explicitly to the respective culture for each language.
第21题:
Implement theActivated event
Implement the MdiChildActivate event
Override the OnParentVisibleChanged method
Override the OnParentBindingContextChanged method
第22题:
Create a custom action and set the NoImpersonate property to true
Create a custom action and set the NoImpersonate property to false
Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker
Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator
第23题:
The XmlReader class
The XmlDocument class
The XmlResolver class
The LINQ to XML method
第24题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface