PrepAway - Latest Free Exam Questions & Answers

Category: 70-511

Exam 70-511: TS: Windows Applications Development with Microsoft .NET Framework 4

What should you do when you publish the application?

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application.
The application requires frequent updates.
You want to use the ClickOnce technology to distribute the application to Internet users.
You need to ensure that the application is automatically updated without requiring user intervention.
You also need to ensure that the users execute the most recent version of the application.
What should you do when you publish the application?

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 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 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?

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?


Page 5 of 13« First...34567...10...Last »