What should you do?
You have a Visual Studio Team Foundation Server 2010 environment. You are unable to update your work items by using data stored in a Microsoft Office Excel 2007 worksheet that has been created from a work item query within a team project. You need to ensure that Excel can connect to the Team Foundation Server environment.
What should you do?
What should you create?
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
The application has multiple data entry windows. Each window contains controls that allow the user to type different addresses for shipping and mailing.
All addresses have the same format.
You need to ensure that you can reuse the controls.
What should you create?
What should you do?
You have a Visual Studio Team Foundation Server 2010 environment. You have a team project named Contoso.
You create several work item queries for the Contoso team project in the default project collection.
You need to allow test team members to view and edit the work item queries without allowing them access to other queries in the team project.
What should you do?
Which class should you inherit from?
You use Microsoft .NET Framework 4 to create a Windows Presentation Framework (WPF) application.
You plan to create a custom control that contains four text input fields.
Each of the text input fields within the control will contain a label.
You need to ensure that the text input fields within the control can be validated by using a regular expression validator.
Which class should you inherit from?
Which two actions should you perform next?
You have a Visual Studio Team Foundation Server 2010 environment. You have a team project that is based on the MSF for CMMI Process Improvement v5.0 process template. You create test cases and link them to requirements by using the Plan activity center in Microsoft Test Manager 2010.
You need to create a list of all requirements that have no associated tests. You create the query shown in the following graphic.
Which two actions should you perform next? (Each correct answer presents part of the solution. Choose two.)
What should you do?
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
You add a custom command as a resource. The key of the command is saveCommand.
You write the following code fragment. (Line numbers are included for reference only.)
01<Canvas>
02
03<Button>
04
05</Button>
06</Canvas>
You need to ensure that saveCommand is executed when the user clicks the Button control.
What should you do?
What should you do?
You have a Visual Studio Team Foundation Server 2010 environment. You have a team project that includes a work item type named Bug.
You need to rename the Bug work item type to Defect.
What should you do?
What should you do?
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
You create a game where a ball drops from the top to the bottom of a window.
You plan to create a single animation for the game.
You need to ensure that the animation shows the ball bounce.
What should you do?
Which attribute should you add to the field definition?
You have a Visual Studio Team Foundation Server 2010 environment. You are adding a new field to a work item type.
You need to ensure that you can filter reports generated from the data warehouse on the new work item field.
Which attribute should you add to the field definition?
Which code fragment should you insert at line 02 to complete the declaration?
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The
application contains a form named frmMain that contains a button named btnSave.
You create a ProgressBar control named saveProgress. Initially, saveProgress is not displayed on frmMain.
When a user clicks btnSave, you have the following requirements:
* saveProgress is slightly visible after 0.2 seconds
* saveProgress is fully visible after 1 second
You need to declare the corresponding storyboard.
You write the following code fragment. (Line numbers are included for reference only.)
01<Storyboard x:Key=”animateProgress” TargetName=”saveProgress”>
02
03</Storyboard>
Which code fragment should you insert at line 02 to complete the declaration?