What should you do?
You have a Visual Studio Team Foundation Server 2010 environment. You change your computer name from Computer1 to Computer2. You need to update the workspaces on your computer with the new computer name.
What should you do?
What should you do?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
You plan to use a PresentationTraceSources object when the application is executed by users.
When the application is executed in a test environment, all debug information is successfully captured.
You need to be able to capture debug information when the application is deployed.
What should you do?
What should you do?
You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner.
You need to add a delete operation. You implement the delete method as follows:
void DeleteItems(string id);
You need to configure WCF to call this method when the client calls the service with the HTTP DELETE operation. What should you do?
What should you do?
You manage a Visual Studio Team System 2008 Team Foundation Server environment that supports a Windows SharePoint Services (WSS) 2.0 SharePoint portal. You need to upgrade the current environment to Visual Studio Team Foundation Server 2010 on the existing hardware and support the existing SharePoint portal integration with no additional administrative steps.
What should you do?
What should you do?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
You write the following code fragment to bind a customer object to several controls in a window.
<TextBox Text=”{Binding Path=CustomerName}” Name=”textBox1″ />
When the application executes, you receive the following error message:
“System.Windows.Data Error: 35 : BindingExpression path error: ‘CustomerName’ property not found on ‘object’ ”Customer’ (HashCode=22613453)’. BindingExpression:Path=CustomerName;
DataItem=’Customer’ (HashCode=22613453);
target element is ‘TextBox’ (Name=’textBox1′);
target property is ‘Text’ (type ‘String’)”
You need to identify the source of the error.
What should you do?
What should you do?
You have a single-tier Visual Studio Team Foundation Server 2010 environment. You create the DNS CNAME record that maps tfs.contoso.com as an alias for the application tier server name.
You receive alert e-mails for a Work Item Changed event. The alerts include Visual Studio 2010 Team Web Access links that use the server name instead of the alias. You need to ensure that Team Web Access links in alert e-mails use the alias instead of the server name.
What should you do?
What should you do?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
The application uses data-bound controls.
You discover that when the application is executed by users, one of the controls is not displayed properly.
You need to view the property values assigned to the controls.
What should you do?
What should you do?
A class named TestService implements the following interface:
[ServiceContract]
public interface ITestService
{
[OperationContract]
DateTime GetServiceTime();
}
TestService is hosted in an ASP.NET application.
You need to modify the application to allow the GetServiceTime method to return the data formatted as JSON.
It must do this only when the request URL ends in /ServiceTime. What should you do?
What should you do?
Your company has an Active Directory Domain Services (AD DS) domain. You have a Visual Studio Team Foundation Server 2010 environment. You have a team project created by using the MSF for Agile Software Development v5.0 build process template. You install and configure Visual Studio Team Web Access in the environment. You need to ensure that when a specific user connects to Team Web Access, only the Work Item Only View is available.
What should you do?
What should you do?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
The application contains a custom control that is used to display customer information.
You discover that the custom control is not rendering correctly.
You need to identify the WPF element that is causing the issue. You want to achieve this goal by using the minimum amount of administrative effort.
What should you do?