1.
You are working as an application developer at Certkiller .com. The Certkiller .com network consists of a single
Active Directory domain named Certkiller .com. Certkiller .com uses Visual Studio 2005 as an application platform. Certkiller .com consists of a Development department.
You as the developer of Certkiller .com use a client computer named Certkiller -WS025 as developing collateral.
You are busy developing a custom control from a class from Control, which is not a composite control and performs all of its rendering by using GD+. What should you do to write code to render the control, preventing other controls from modifying the rendering behavior of your control?
2.
You are working as an application developer at Certkiller .com. The Certkiller .com network consists of a single
Active Directory domain named Certkiller .com. Certkiller .com uses Visual Studio 2005 as an application platform. Certkiller .com consists of a Development department.
You as the developer of Certkiller .com use a client computer named Certkiller -WS115 as developing collateral.
You are busy creating an extended control deriving class from TextBox. You did override the OnPaint method of the TextBox, but it never is called. What should you do to set or unset a flag in the ControlStyles enumeration
to solve this problem?
3.
You are working as an application developer at Certkiller .com. The Certkiller .com network consists of a single
Active Directory domain named Certkiller .com. Certkiller .com uses Visual Studio 2005 as an application platform. Certkiller .com consists of a Development department.
You as the developer of Certkiller .com use a client computer named Certkiller -WS005 as developing collateral.
You are busy creating an extended control deriving class from Button. What should you do to render your control with an oval shape which must prevent other control from modifying the rendering behavior of your control?
4.
You are modifying an existing installation package for your application. Your application requires Microsoft
Windows Server 2003 and will not run on Microsoft Windows 2000 Server.
You add the following condition to the primary output of your installer.
VersionNT >= 502
Users who previously attempted to install your application on Windows 2000 Server report that they still cannot install your application after than upgrade to Windows Server 2003.
You need to ensure that users who upgrade the operating system on their servers to meet your launch condition can successfully ..install your application.
What should you do?
5.
You created a custom action for your Windows setup application. The custom action runs a standard Console application at the end of the installation process. You place the custom action in the Install node of the Custom
Actions tree in the Custom Actions Editor.
The Console application executable performs correctly when run as a stand-alone application.
However, when you run the Microsoft Windows Installer package that was created by your setup application, the custom action does not run. Everything else works fine. You need to ensure that the console application
runs during the install. What should you do?
6.
You are configuring a ClickOnce deployment that allows users to install your application from the Internet zone under partial trust permission. You want the application to access data that resides on the same remote server from the application is installed. You need to add one of more types of data access that are allowed under partial trust permissions to your application. Which type or types of data access are allowed? (Choose all that apply.)
7.
You are creating an installation package for a .Net Framework application. You need to configure your installation package to add a shourtcut to the user's destkop during installation. Which editor in the setup
project should you use?
8.
You are creating a Windows Forms application. You want the installer to display an HTML document that contains important information after users install your application. You need to configure your application to
display the HTML document. What should you do?
9.
You are creating a Windows Forms application that targets Microsoft Windows 2000 or later. You need to configure your Setup application for conditional installation. Which part or parts of a Setup application can be configured for conditional installation based on the operating system? (Choose all that apply.)
10.
You are testing an installation package for a Windows Forms application. You notice that the installed application will not run on client computers that do not have the .Net Framework installed. You need to ensure
that when a user installs the application on his or her client computer, the .Net Framework is also installed.
What should you do?