What should you do?
Your company has a main office and a branch office. Multiple Visual Studio Team Foundation Server 2010 environments are deployed in the main office. A Team Foundation Server 2010 Proxy server is deployed in the branch office.
You need to configure the proxy server to cache version control files for all current and future team project collections from each environment.
What should you do?
Which file should you add to the project?
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
You want to localize the application to use the German locale settings.
You need to allow the ResourceManager class to retrieve a neutral German locale version of the text to be displayed in the user interface (UI).
Which file should you add to the project?
Which interface should you implement in the data contract class?
You are developing a data contract for a Windows Communication Foundation (WCF) service.
The data in the data contract must participate in round trips. Strict schema validity is not required.
You need to ensure that the contract is forward-compatible and allows new data members to be added to it.
Which interface should you implement in the data contract class?
What should you do?
You have a dual-tier Visual Studio Team Foundation Server 2010 environment. The Team Foundation Server databases are backed up nightly. You modify source code in a solution but you are not yet ready to check in the pending changes.
You need to share the pending changes with team members without checking them in, and ensure that they are backed up during the normal Team Foundation Server backup process.
What should you do?
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 should you do next?
You have a Visual Studio Team Foundation Server 2010 environment. Your company develops a custom code analysis rule set for use in a team project. You need to ensure that the team project is utilizing the custom code analysis rule set. You add the Code Analysis check-in policy to the team project.
What should you do next?
Which technology should you recommend?
You are designing an n-tier .NET Framework 4 solution that includes a Windows Presentation Foundation (WPF) application. The WPF application will access data stored in a Microsoft SQL Server 2008 database by using the solution’s data access tier.
The data access tier must also be available from within Microsoft Excel 2010.
You need to recommend a technology for accessing the data access tier.
Which technology should you recommend?
What should you do?
You use Microsoft .NET Framework 4 to create an application.
The application performs resource-intensive 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?
Which code segment should you use?
You are creating a Windows Communication Foundation (WCF) service. You do not want to expose the internal implementation at the service layer.
You need to expose the following class as a service named Arithmetic with an operation named Sum:
public class Calculator
{
public int Add(int x, int y)
{
}
}
Which code segment should you use?
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?