Which control should you add?
You are developing an ASP.NET Web application.
You create a master page.
The master page requires a region where you can add page-specific content by using the ASP.NET page designer.
You need to add a control to the master page to define the region.
Which control should you add?
Which two approaches could you recommend?
You are designing an ASP.NET Web application by using Microsoft Visual Studio 2010. The Web application uses dynamic HTML (DHTML).
You need to ensure that the application functions properly on multiple browser platforms without requiring the installation of a client-side component.
Which two approaches could you recommend? (Each correct answer presents a complete solution. Choose two.)
Which two actions should you perform?
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses the background worker process (BWP). When the user clicks a button, the background worker executes a method named DoCalculations asynchronously. You need to implement a progress bar on the user interface (UI) that informs the user of the progress of DoCalculations. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
What are two possible ways to achieve this goal?
You create a page in an ASP.NET Web application.
The page retrieves and displays data from a Microsoft SQL Server database.
You need to create a data source that can connect to the database.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
Which approach should you recommend?
You are designing an ASP.NET Web Forms application that uses a database containing user names and hashed passwords for authentication. The Web application includes a login form in which users type their user names and passwords.
You need to design a strategy to ensure that the users login credentials cannot be stolen through a man-in-the-middle attack.
Which approach should you recommend?
What should you do?
You use Microsoft .NET Framework 4 to create an application. The application performs resourceintensive calculations that consist of multiple layers of nested looping. The application will be deployed to servers that contain varying hardware configurations. You need to ensure that the application utilizes CPU resources on the server in the most efficient manner. You want to achieve this goal by using the minimum amount of code. What should you do?
What should you do?
You are implementing an ASP.NET page that will retrieve large sets of data from a data source.
You add a ListView control and a DataPager control to the page.
You need to ensure that the data can be viewed one page at a time.
What should you do?
Which two actions should you perform?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Communication Foundation (WCF) Data Services service. The service connects to a Microsoft SQL Server 2008 database. The service is hosted by an Internet Information Services (IIS) 6.0 server. You need to ensure that applications authenticate against user information stored in the database before the application is allowed to use the service. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which deployment strategy should you use?
You are deploying an application on Windows client computers by using Microsoft .NET Framework 4 and Microsoft Visual Studio 2010. You need to ensure that the deployment package meets the following requirements:
* Grants only the necessary permissions
* Adds a shortcut to the Windows Start menu
* Registers the application within Programs and Features
* Can be published to a Web site
Which deployment strategy should you use?
Which GridView event should you handle?
You are implementing an ASP.NET application.
The application includes a Person class with property Age.
You add a page in which you get a list of Person objects and display the objects in a GridView control.
You need to add code so that the GridView row is highlighted in red if the age of the person is less than 18.
Which GridView event should you handle?