What should you do?
You have a Visual Studio Team Foundation Server 2010 environment that contains a team project created using the MSF for Agile Software Development v5.0 process template. The team project includes hundreds of work items.
You have a Visual Basic .NET application that is comprised of several components. You release a version of your application on a quarterly schedule. You need to organize the work items in your team project to reflect the component and schedule classifications.
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 window named ManageOrders that contains a Button control named showOtherSide.
You add an animation named FlipSides as a resource of ManageOrders.
You need to ensure that the following requirements are met:
* FlipSides runs each time a user clicks showOtherSide.
* FlipSides runs only when a user clicks showOtherSide.
What should you do?
What should you do in the Project Portal Settings dialog box in Team Explorer?
You have a Visual Studio Team Foundation Server 2010 environment. You are using Visual Studio Team Explorer 2010.
You create and customize a team project. You intend to store custom process guidance for the team project on an ASP.NET wiki site.
You need to configure the team project so that Visual Studio Team Web Access users selecting the Process Guidance link on the Home tab are directed to the wiki site. What should you do in the Project Portal Settings dialog box in Team Explorer?
What should you do?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Framework (WPF) application.
You have a company logo that must appear on multiple forms in the application.
The logo design changes frequently.
You need to ensure that when the logo image is changed, you only need to update a single location.
What should you do?
Which administration tool should you use to export a copy of the existing Team Project process from Team Found
You have a Visual Studio Team Foundation Server 2010 environment. You need to define a new Team Project process, extending settings from an existing process. Which administration tool should you use to export a copy of the existing Team Project process from Team Foundation Server?
Which two actions should you perform?
You use Microsoft .NET Framework 4 to create a custom Windows Presentation Foundation (WPF) application.
Your environment includes several WPF applications. The applications use the same logo and style configuration as part of a corporate standard.
You need to ensure that the existing applications can be updated to use the same logo and style settings without recompiling.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
What should you do?
You have a Visual Studio Team Foundation Server 2010 environment. You are modifying the Task work item type for a team project that was created by using the MSF for CMMI Process Improvement v5.0 process template.
You need to ensure that only members of the Project Administrators group can move a Task work item from the state of Resolved to Closed.
What should you do?
What should you do?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation
Framework (WPF) application.
You have a page named myPage that contains the following code fragment.
<Page.Resources>
<SolidColorBrush x:Key=”CustomerNameBrush” Color=”SkyBlue”/>
</Page.Resources>
You need to ensure that other pages in your application can use CustomerNameBrush.
What should you do?
What should you do?
You manage a Visual Studio Team Foundation Server 2010 environment that includes a build lab. All build definitions use the default build process template (DefaultTemplate.xaml). A version control label containing all versions of the source code files for version 9.0 of an application was created from changeset 150. The version control label is named MyApp_Release9.0.
The source code for the application is stored in the MyTeamProject team project. You need to queue a build that always uses the version of the source code that is included in the MyApp_Release9.0 version control label.
What should you do?
Which code fragment should you use?
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
The application contains the following code fragment.
<StackPanel> <TextBlock Style=”{StaticResource MyStyle}”>Hello World</TextBlock>
<Button Style=”{StaticResource MyStyle}”>Ok</Button>
</StackPanel>
You need to define a style that applies the following properties to the text in the StackPanel object:
* FontSize = 32
* FontWeight = Bold
Which code fragment should you use?