网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application.You need to ensure that on deployment, the application meets the following requirements:  (1)It is executed on the client computer   (2)It is removed from the client computer after the application is closed   (3)It is not displayed in theAdd/Remove programs panel on the client computer    What should you do?()
A

Deploy the application to a central network server.Access the application by using the Remote Desktop Connection tool.

B

Deploy the application by using the ClickOnce technology.Use the Mage exe tool to set the Online Only option in the deployment manifest.

C

Deploy the application by using the ClickOnce technology.Set the Install attribute of the deployment tag to true in the deployment manifest.

D

Deploy the application to a CDROM by using the ClickOnce technology.Execute the application from the CDROM


参考答案

参考解析
解析: 暂无解析
更多 “单选题You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application.You need to ensure that on deployment, the application meets the following requirements:  (1)It is executed on the client computer   (2)It is removed from the client computer after the application is closed   (3)It is not displayed in theAdd/Remove programs panel on the client computer    What should you do?()A Deploy the application to a central network server.Access the application by using the Remote Desktop Connection tool.B Deploy the application by using the ClickOnce technology.Use the Mage exe tool to set the Online Only option in the deployment manifest.C Deploy the application by using the ClickOnce technology.Set the Install attribute of the deployment tag to true in the deployment manifest.D Deploy the application to a CDROM by using the ClickOnce technology.Execute the application from the CDROM” 相关考题
考题 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 trueB、Create a custom action and set the NoImpersonate property to falseC、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvokerD、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator

考题 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.

考题 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 trueB、Create a custom action and set the NoImpersonate property to falseC、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.

考题 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.

考题 You need to recommend a solution to provision new applications on the VMs for the planned virtual desktop pool deployment. What should you recommend?()A、Deploy the applications to the VMs by using App-V streaming.B、Deploy the applications to the VMs by using Group Policy Software Installation.C、Deploy a MED-V workspace to each VM. Deploy the applications to the workspace.D、Deploy the applications by using RemoteApp.Create a RemoteApp and Desktop Connection for each  VM.

考题 You create Windows Forms applications by using the .NET Framework 3.5. You plan to deploy a new application by using the ClickOnce technology.During deployment, the application performs the following tasks: (1)Modifies registry keys   (2)Modifies the files located in the %PROGRAM FILES% folder  (3)Administrative permissions are not granted to users who install the application    You need to ensure that the following requirements are met:  (1)The application can be deployed to Windows Vista client computers that are not part of an Active Directory domain  (2)When the application is deployed, users are not prompted to elevate their permissions    What should you do?()A、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.B、Create a manifest and set the RequestedExecutionLevel level attribute to As Administrator.C、Create a new certificate trust list (CTL).Use the CertMgr.exe tool to install the CTL on the local computer.D、Create a new certificate trust list (CTL).Install the CTL on the server that has theClickOnce application published.

考题 You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application.You need to ensure that on deployment, the application meets the following requirements:  (1)It is executed on the client computer   (2)It is removed from the client computer after the application is closed   (3)It is not displayed in theAdd/Remove programs panel on the client computer    What should you do?()A、Deploy the application to a central network server.Access the application by using the Remote Desktop Connection tool.B、Deploy the application by using the ClickOnce technology.Use the Mage exe tool to set the Online Only option in the deployment manifest.C、Deploy the application by using the ClickOnce technology.Set the Install attribute of the deployment tag to true in the deployment manifest.D、Deploy the application to a CDROM by using the ClickOnce technology.Execute the application from the CDROM

考题 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?()A、Add a PrintPreviewDialog control to the form.B、Add a PrintPreviewControl control to the form.C、Create and initialize a PrintDocument object on the form and then implement the PrintPage event handler.D、Create and initialize a PrintDocument object on the form and then implement the BeginPrint event handler.E、Set the Document property of the PrintPreviewDialog control to the PrintDocument instance that must be printed.

考题 You.create Windows.Forms.applications.by.using.the .NET Framework 3.5. You plan to use the Windows Installer to deploy a new application.   The application must meet the following requirements:  (1)Support deployment to 32bit and 64bit operating systems   (2)Use the 64bit Program Files folder when deployed to 64bit platforms    You need to ensure that the application is deployed appropriately.    What should you do?()A、Create a single MSI file.Add a launch condition that is set to Version NT64B、Create a single MSI file.Add a launch condition that is set to NOT Version NT64C、Create an MSI file that is targeted to 64bit platforms.Create an MSI file that is targeted to 32bit platformsD、Create a single MSI file.Create a merge module that contains the 32bit and 64bit code

考题 You are creating a Windows Forms application by using the .NET Framework 3.5. The application displays employee names by using the TreeView control. You need to implement the drag and drop functionality in the TreeView control.Which two actions should you perform?()A、Set theAllowDrag property to true.Create an event handler for the DragOver event.B、Set theAllowDrag property to true.Create an event handler for the ItemDrag event to call the DoDragDrop method.C、Set theAllowDrag property to true.Create an event handler for the DragEnter event to call the DoDragDrop method .D、Create an event handler for the DragDrop event to handle the move or copy by itself.E、Create an event handler for the DragEnter event to handle the move or copy by itself.

考题 You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application by using the ClickOnce deployment technology.  The application is signed by using a certificate obtained from a trustworthy authority. You need to ensure that the application can be deployed as a trusted application to Windows Vista client computers on a corporate network.What should you do?()A、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.B、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.C、Create a new certificatetrust list (CTL).Install the CTL on the server that has the ClickOnce application published.D、Create a new certificate trust list (CTL).Request the network administrator to deploy the CTL by using Group Policy.

考题 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?()A、Create a new class that is derived from the Control class.Call the SetStyle method in the constructor.B、Create a new class that is derived from theTextBox control class.Override the OnPaint method in the constructor.C、Create a new class that is derived from the Control class.Set the BackColor property of the control to Transparent.Call the SetStyle method in the constructor.D、Create a new class that is derived from theTextBox control class.Set the BackColor property of the control to Transparent in the constructor.Call the SetStyle method in the constructor.

考题 You are creating a Windows Forms application by using the .Net Framework 3.5.You plan to display detailed help instructions for each control in the form.You create a help file.You configure a HelpProvider component on the form.You need to display the help file for the control that is focused when the F1 key is pressed.Which method of the HelpProvider class should you call for each control?()A、SetShowHelpB、SetHelpStringC、SetHelpKeywordD、SetHelpNavigator

考题 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?()A、The XmlReader classB、The XmlDocument classC、The XmlResolver classD、The LINQ to XML method

考题 You are an enterprise administrator for Cer-tech .com. The company runs Windows Server 2008 on all theservers on the network. One of the servers, Server01 has the Web Server (IIS) role installed on it. A webdeveloper of the company created a website that run a web application called App1 using ASP.NET 3.0and hosted it on Server01. The Server01 was already running other ASP.NET applications. The new webapplication App1 must run under a security context that is separate from any other ASP.NET application onthe Web server. To fulfill this requirement, you create a local user account and grant account rights and permissions to runApp1. Which of the following options would choose to configure authentication for the new website tosupport App1?()A、Enable the ASP.NET Impersonation setting and specify the new local user account to edit the ASP.NETImpersonation setting.B、Enable the Windows Authentication setting.C、Enable the Forms Authentication setting and retain all the default settings.D、Configure the ASP.NET State service to log on to the new local user account by using the Services console.

考题 单选题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?()A Use the Depth property.B Use the Version property.C Use the MinVersion property.D Use the ComponentID property.

考题 单选题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.

考题 多选题You are creating a Windows Forms application by using the .NET Framework 3.5. The application displays employee names by using the TreeView control. You need to implement the drag and drop functionality in the TreeView control.Which two actions should you perform?()ASet theAllowDrag property to true.Create an event handler for the DragOver event.BSet theAllowDrag property to true.Create an event handler for the ItemDrag event to call the DoDragDrop method.CSet theAllowDrag property to true.Create an event handler for the DragEnter event to call the DoDragDrop method .DCreate an event handler for the DragDrop event to handle the move or copy by itself.ECreate an event handler for the DragEnter event to handle the move or copy by itself.

考题 单选题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?()A The XmlReader classB The XmlDocument classC The XmlResolver classD The LINQ to XML method

考题 单选题You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The Web developer at your company creates a new Web site that runs an ASP.NET 3.0 Web application.  The ASP.NET Web application must run under a security context that is separate from any other ASP.NET application on the Web server.  You create a local user account and grant account rights and permissions to run the ASP.NET Web application.  You need to configure authentication for the new Web site to support the Web application. What should you do?()A Configure the Windows Authentication setting to Enabled.B Configure the Forms Authentication setting to Enabled by using all the default settings.C Configure the ASP.NET State service to log on to the new local user account by using the Services console.D Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.

考题 单选题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 XCOPYB ClickOnceC MicrosoftWindows InstallerD Remote Desktop connections

考题 单选题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 trueB Create a custom action and set the NoImpersonate property to falseC Create a manifest and set the RequestedExecutionLevel level attribute to AsInvokerD Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator

考题 单选题You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. You are in charge of a server that runs Windows Server 2008. The server hasthe Web Server (IIS) server role installed. The Web developer at your company creates a new Web sitethat runs an ASP.NET 3.0 Web application. The ASP.NET Web application must run under a securitycontext that is separate from any other ASP.NET application on the Web server. You create a local useraccount and grant account rights and permissions to run the ASP.NET Web application. Authentication forthe new Web site should be configured to support the Web application. What action should you perform?()A The ASP.NET Impersonation setting should be configured to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.B The Windows Authentication setting should be configured to Enabled.C The Forms Authentication setting should be configured to Enabled by using all the default settings.D The ASP.NET State Service should be configured to log on to the new local user account by using the Services console.

考题 单选题You are responsible for Company's network.  You have been assigned the task to create and deploy a standard Windows 2000 Professional image to 1,000 new client computers in the Company's main office. You log on to a client computer named DuplicateTK by using the local administrator account. You install three Windows 2000 Professional compatible software packages on DuplicateTK. After the software installations are done you create an image with a third-party imaging software. You deploy the image to a test client computer and join the client to a domain. When you log on to the test computer by using a domain user account, the new applications do not appear in the start menu. You need to be able to re-create the image to include the applications in the Start menu for all users.  What action should you take on DuplicateTK?()A Allow the local Users group Read  Execute permission on the parent folder that contains the applications.B Run the change user / install command, and the run the change user / execute command.C Reinstall the applications by using the Control Panel, Add/Remove Program wizard.D Copy the local administrators profile over the default user profile.

考题 单选题You.create Windows.Forms.applications.by.using.the .NET Framework 3.5. You plan to use the Windows Installer to deploy a new application.   The application must meet the following requirements:  (1)Support deployment to 32bit and 64bit operating systems   (2)Use the 64bit Program Files folder when deployed to 64bit platforms    You need to ensure that the application is deployed appropriately.    What should you do?()A Create a single MSI file.Add a launch condition that is set to Version NT64B Create a single MSI file.Add a launch condition that is set to NOT Version NT64C Create an MSI file that is targeted to 64bit platforms.Create an MSI file that is targeted to 32bit platformsD Create a single MSI file.Create a merge module that contains the 32bit and 64bit code

考题 单选题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 trueB Create a custom action and set the NoImpersonate property to falseC Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.D Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.

考题 单选题You create Windows Forms applications by using the .NET Framework 3.5. You plan to deploy a new application by using the ClickOnce technology.During deployment, the application performs the following tasks: (1)Modifies registry keys   (2)Modifies the files located in the %PROGRAM FILES% folder  (3)Administrative permissions are not granted to users who install the application    You need to ensure that the following requirements are met:  (1)The application can be deployed to Windows Vista client computers that are not part of an Active Directory domain  (2)When the application is deployed, users are not prompted to elevate their permissions    What should you do?()A Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.B Create a manifest and set the RequestedExecutionLevel level attribute to As Administrator.C Create a new certificate trust list (CTL).Use the CertMgr.exe tool to install the CTL on the local computer.D Create a new certificate trust list (CTL).Install the CTL on the server that has theClickOnce application published.

考题 单选题You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application by using the ClickOnce deployment technology.  The application is signed by using a certificate obtained from a trustworthy authority. You need to ensure that the application can be deployed as a trusted application to Windows Vista client computers on a corporate network.What should you do?()A Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.B Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.C Create a new certificatetrust list (CTL).Install the CTL on the server that has the ClickOnce application published.D Create a new certificate trust list (CTL).Request the network administrator to deploy the CTL by using Group Policy.