What should you do?
You are transferring records from one database to another. You need to decide whether you can use the SqlBulkCopy class to transfer the records. What should you do?
Which three actions should you perform?
You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web site. The following XML defines the site map for your site.
<siteMapNode url=”~\default.aspx” title=”Home”
description=”Site Home Page”>
<siteMapNode url=”Sales.aspx” title=”Sales”
description=”Sales Home”>
<siteMapNode url=”SalesWest.aspx” title=”West Region”
description=”Sales for the West Region” />
<siteMapNode url=”SalesEast.aspx” title=”East Region”
description=”Sales for the East Region” />
</siteMapNode>
<siteMapNode url=”Marketing.aspx” title=”Marketing”
description=”Marketing Home”>
<siteMapNode url=”MarketNational.aspx” title=”National
Campaign”
description=”National marketing campaign” />
<siteMapNode url=”MarketMidwest.aspx” title=”Midwest
Campaign”
description=”Midwest region marketing campaign” />
<siteMapNode url=”MarketSouth.aspx” title=”South Campaign” description=”South region marketing campaign” />
</siteMapNode>
</siteMapNode>
You need to bind the TreeView control to the site map data so that users can navigate only within the Marketing section. Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
What should you do?
You create a Web site that you must copy from a development server to a testing server, along with all source files. You do not have terminal access to the testing server. You need to create the virtual directory. Then you must copy the Web site to the virtual directory on the testing server without precompiling the site. What should you do?
What should you do?
You are deploying a Web site to a server managed by a hosting company. The only access you have to the server is through FTP. You need to precompile and deploy the Web site without its source files. What should you do?
which base type should your custom event type inherit?
You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit?
What should you do?
A test team plans to conduct performance testing on a Web site that is deployed on a staging server. The test team needs to modify the deployed Web Forms to test different scenarios. You need to deploy the Web site to the staging server without the Web site’s source code files.
What should you do?
Which event should you use?
You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error.
Which event should you use?
What are two possible ways to achieve this goal?
You are developing a Web application that has two distinct UIs. One UI is targeted to desktop browsers. The other UI is targeted to mobile devices. The mobile devices might or might not support cookies and relative URLs. Users request the Default.aspx page. You need to redirect users to the appropriate UI, depending on whether they are using a mobile device or a desktop browser. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution.
Choose two.)
Which two actions should you perform?
You are creating a mobile Web Form that displays your company’s logo. The Web Form contains the following image control.
<mobile:Image ID=”ImageLogo” runat=server ImageURL=”logo-bw.gif”> </mobile:Image>
You need to display the logo in black and white on devices that do not support color. In addition, you need to display the logo in color on devices that support color. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which action should you perform?
You create a server control that inherits from WebControl. You need to enable the server control to emit markup for a new kind of mobile device. You must not alter the code in the server controls. Which action should you perform? (Each answer presents part of the solution.
Choose two)