70-511 Exam Questions
255 real 70-511 exam questions with expert-verified answers and explanations. Page 3 of 6.
- Question #101
You develop a Windows Presentation Foundation (WPF) application. This application is used to output data trends to customer service representatives. You use threading to keep the U...
- Question #102
You are developing a Windows Presentation Foundation (WPF) application. A custom control has a dependency property that is bound to a property of type Intl6 on a business layer obj...
- Question #103
You are developing a Windows Presentation Foundation (WPF) application. A user control responds to a click event. The click event handler sets the Handled property to true. You nee...
- Question #104
You are developing a Windows Presentation Foundation (WPF) application. A UserControl named usercontroll contains the following controls. <StackPanei> <Label Name="Label1" Content=...
- Question #105
You are developing a Windows Presentation Foundation (WPF) application. The application contains the following markup. You need to ensure that the Filter combo box is hidden when t...
- Question #106
You are developing a Windows Presentation Foundation (WPF) application. Users can enter formatted percentages into text boxes. The markup is as follows. <TextBox Text="{Binding Pat...
- Question #107
You are developing a Windows Presentation Foundation (WPF) application. The WPF window contains a ListBox control that displays a list of customer names and genders. You add the fo...
- Question #108
You are developing a Windows Presentation Foundation (WPF) application. You add a TextBox control to the design surface and bind it to an underlying window resource named dsGiftCer...
- Question #109
You are developing a Windows Presentation Foundation (WPF) application. You have a class named Orders, which contains OrderId and ShipOn properties. You place a control in the Main...
- Question #110
You are developing a Windows Presentation Foundation (WPF) application. The application consists of: - A window that contains controls organized into groups. - roups that are order...
- Question #111
You are developing a Windows Presentation Foundation (WPF) application. You need to ensure that the application includes a container control that supports logical scrolling by defa...
- Question #112
You are developing a Windows Presentation Foundation (WPF) application with multiple windows. The majority of the buttons within the application are styled consistently. However, t...
- Question #113
You are developing a Windows Presentation Foundation (WPF) application. The application's main window lists a series of controls horizontally until a control reaches the edge of th...
- Question #114
You are developing a Windows Presentation Foundation (WPF) application. The application is bound to a data source. You need to ensure that the style of controls is bound to values...
- Question #115
You are developing a Windows Presentation Foundation (WPF) application. You build a dictionary that implements INotifyPropertyChanged. You want to use an indexer to bind to the UI....
- Question #116
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...
- Question #117
You are upgrading the security features of a Microsoft .NET 3.5 application to .NET 4. You need to identify the .NET 3.5 security application programming interface (API) calls that...
- Question #118
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. You need to implement the MyProject.Average...
- Question #119
You are developing a Windows Presentation Foundation (WPF) application. The MainWindow.xaml file contains a TreeView control with a DataTemplate that displays three levels in the f...
- Question #120
You are developing a Windows Presentation Foundation (WPF) application that plays video clips. The markup is as follows. You need to ensure that the current running time of the vid...
- Question #121
You are developing a Windows Presentation Foundation (WPF) application. You use the following markup segment to add a Button control to the design surface of the MainWindow.xaml fi...
- Question #122
You are developing a Windows Presentation Foundation (WPF) application that displays financial data. The following style is applied to every Label control that displays currency. (...
- Question #123
You are developing a Windows Presentation Foundation (WPF) application. The application configuration file is maintained in source control and must not be modified. You need to ens...
- Question #125
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. <StackPanel TextBox.PceviewTextInput="Stack...
- Question #126
You are developing a Windows Presentation Foundation (WPF) application. You have the following style defined in the app.xaml file. <Style x:Key="btnItalic" x:Name="styIeItalic" Tar...
- Question #127
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application displays a list of books. You write the following code fragment. (...
- Question #129
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. (Line numbers are included for reference on...
- Question #130
You use Microsoft. NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. (Line numbers are included for reference on...
- Question #132
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...
- Question #133
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 c...
- Question #135
You are developing an XBAP application for your company intranet. During several development iterations, you manually copy the working executable, application, and deployment manif...
- Question #138
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application includes a function that is trigg...
- Question #142
You use Microsoft .NET Framework 4 to create a Windows Forms application. You plan to use a Windows Presentation Foundation (WPF) control of the UserControl1 type hosted in an Elem...
- Question #143
You develop a Windows Presentation Foundation (WPF) application. This application is used to output data trends to customer service representatives. A data trend analysis is perfor...
- Question #144
You are developing a Windows Presentation Foundation (WPF) application that contains a custom Button control. The custom Button control can be set as active by setting an IsActive...
- Question #146
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You add a property named ServiceContext to a control. You need the value of Servic...
- Question #148
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. You need to implement the MyProject.MyConve...
- Question #150
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains an ObservableCollection object named Pictures that contai...
- Question #151
You use Microsoft .NET Framework 4 to create a Windows Forms application. You have a dataset as shown in the following exhibit. You plan to add a DataGridView to display the datase...
- Question #153
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. < TextBox...
- Question #154
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You plan to allow users to customize the background colors, foreground colors, and...
- Question #155
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a ListBox control named...
- Question #156
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You need to ensure that users can view content in a book-reading format that displ...
- Question #157
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...
- Question #158
You use Microsoft .NET Framework 4 to create a custom Windows Presentation Foundation (WPF) application. Your environment includes several WPF applications. The applications use th...
- Question #159
You are developing a Windows Presentation Foundation (WPF) application. The application contains stylized body text and heading test. The heading text is a slight variation of the...
- Question #161
You are developing a Windows Presentation Foundation (WPF) application. All of the application styles are in a file named Themes.dll. You have the following markup segment. <Border...
- Question #162
You are developing a Windows Presentation Foundation (WPF) application. The main window of the application is defined by the following markup. <Grid ShoTJGridLines="True"> <Grid.Co...
- Question #164
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains the following code fragment. <StackPanel> <TextBlock Styl...
- Question #165
You are developing a Windows Presentation Foundation (WPF) application. You need to use XAML to create a custom control that contains two Button controls. From which base class sho...