Microsoft 98-362 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/98-362.html
You are preparing a Setup project for a Windows Forms application.
You need to remove any changes made by the installation process if the user cancels the installation.
To accomplish this goal, you should write code in the event handler of the:
You create a class library that will be installed with and used by multiple Windows applications. You need to create an installation routine for the class library.
Which Setup and Deployment Project template should you use?
You need to install Windows Services during the installation of an application.
Which method should you use to deploy the application?
A Visual Studio solution contains several Windows Forms projects and a Class Library project. The Windows Forms projects reference the Class Library project.
You need to publish the application by using ClickOnce deployment.
What should you do?
Which type of Visual Studio project should you use to create an installer for a Windows application?
A Windows form contains a DataGridView control that is bound to a DataSet. You need to programmatically add a new row to the DataGridView control.
What should you do?
An application must retrieve a large amount of data in the background. The application must also process other tasks at the same time that the background task executes.
Which data access method should the application use?
You need to display the contents of an Array List in a ListBox control.
Which property should you set?
Which control uses complex data binding?
A Windows Forms form contains a ListBox control. The ListBox must be populated with the data from a generic list of strings.
The ListBox will be populated with the data when the: