单项选择题
You are creating a Windows Forms application by using the .NET Framework 3.5.The application stores a list of part numbers in an integer based array as shown in the following code segment (Line numbers are included for reference only)
You need to use a LINQ to Objects query to perform the following tasks: - Obtain a list of duplicate part numbers:
(1)Order the list by part numbers
(2)Provide the part numbers and the total count of part numbers in the results
Which code segment should you insert?()
A.A
B.B
C.C
D.D
点击查看答案
相关考题
-
单项选择题
You are creating a Windows Forms application by using the .NET Framework 3.5. You have implemented the PrintPage event to send the page output to the printer.The users must select the printer and the page range before printing. You need to ensure that users can print the content of the form by clicking the button control. Which code segment should you use?()
A.A
B.B
C.C
D.D -
单项选择题
You are creating a Windows Forms application for the design of circuit boards and electronic equipment. You use the .NET Framework 3.5 to create the application x that allows designers to preview designs before printing them.The previewed documents must meet the following requirements: (1)The graphics and text are displayed clearly. (2)The fullscale preview is set as default for the documents. (3)The zoom setting of the preview control is adjusted automatically when the form is resized. You need to ensure that the requirements are met when the form that contains the custom print preview control is displayed. Which code segment should you use?()
A.A
B.B
C.C
D.D -
单项选择题
You are creating a Windows Forms application by using the .NET Framework 3.5. The application is configured to use rolebased security.You need to ensure that users can print reports only by selecting a printer from the printer dialog box. You want to achieve this goal by using the minimum level of permission. Which code segment should you use?()
A.A
B.B
C.C
D.D
