Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vcehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.htmlMicrosoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vceDranhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127230Another smart solution is to ask the questions on stackoverflow and vote for the best answer with the best solution. Then you put the solution explaination in the dumpThursday, October 04, 2012 1:10 PM UTMenganitohttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127128I had an idea to solve the questions more easily.<br /> I created 10 surveys (unfortunately, on the website could only use 500 characters), each with a question.<br /> We can vote for the answer that we believe correct.<br /> Let's try<br /> <br /> Q_001<br /> http://doodle.com/c5fcya62imernegh<br /> Q_002<br /> http://doodle.com/zdxnxtm9b5wr78ec<br /> Q_003<br /> http://doodle.com/kami5kpyfbvwx2qm<br /> Q_004<br /> http://doodle.com/terfa7gmnda7hriv<br /> Q_005<br /> http://doodle.com/cz4x2nwrtn32s6kd<br /> Q_006<br /> http://doodle.com/zg47psiutxw6hbib<br /> Q_007<br /> http://doodle.com/2f6w6iyvydgprzb9<br /> Q_008<br /> http://doodle.com/56a6xb754b7mzkkg<br /> Q_009<br /> http://doodle.com/sirp2mu7b7u3v3gq<br /> Q_010<br /> http://doodle.com/ui7n3hhug4gd8kscWednesday, October 03, 2012 9:18 PM UTGabryhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127095Floren the correct answer for :<br /> <br /> 01 &lt;Window.Resources&gt; <br /> 02 &lt;Style TargetType={"x:TypeListBox}"&gt; <br /> 03 &lt;Setter Property="ItemPage1"&gt; <br /> 04 &lt;Setter.Value&gt; <br /> 05 &lt;ItemsPanelTemplate&gt; <br /> 06 &lt;StackPanel orientation="Horizontal" <br /> 07 VerticalAligment="Center" <br /> 08 HorizaontalAligment="Center"/&gt; <br /> 09 &lt;/ItemsPanelTemplate&gt; <br /> 10 &lt;/Setter.Value&gt; <br /> 11 &lt;/Setter&gt; <br /> 12 &lt;Setter Property="Template"&gt; <br /> 13 &lt;Setter.value&gt; <br /> 14 &lt;ControlTemplatetargetType="{x:TypeListBox}"&gt; <br /> 15 <br /> 16 &lt;/ControlTemplate&gt; <br /> 17 &lt;/Setter.Value&gt; <br /> 18 &lt;/Setter&gt; <br /> 19 &lt;/Window.Resources&gt; <br /> <br /> You need to ensure that all ListBox controls have a border that matches the background color of the ListBoxtemplate. <br /> <br /> ANSWER: D<br /> <br /> D) &lt;Border Background="{TemplateBindingListBox.BackGround}"&gt; <br /> &lt;ItemsPresenter /&gt; <br /> &lt;/Border&gt; <br /> <br /> <br /> See the msdn link with this example:http://msdn.microsoft.com/it-it/library/system.windows.controls.itemscontrol.itemspanel.aspxWednesday, October 03, 2012 3:54 PM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127094Vanessa sorry, you right, some questions have image, post only answer description, if somebody wants comments, look at the dump.thxWednesday, October 03, 2012 3:53 PM UTVanessahttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127082Jose, i have the Visual CertExam Designer, but in the last dump the code cannot be copied and pasted. I try this. This dump Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce is not as the others!Wednesday, October 03, 2012 2:41 PM UTVanessahttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127080@Floren the answer of question 13 is already posted:<br /> <br /> C) &lt;Label Name="Label1"&gt;<br /> &lt;StackPanel Orientation="Horizontal"&gt;<br /> &lt;Button Click="Button_Click"&gt;<br /> &lt;TextBlock Text="Click!" /&gt;<br /> &lt;/Button&gt;<br /> &lt;/StackPanel&gt;<br /> &lt;/Label&gt; -&gt; CORRECTWednesday, October 03, 2012 2:37 PM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127079@Vanessa, open the vce with Visual CertExam Designer, you can copy and paste questions and answers like textWednesday, October 03, 2012 2:35 PM UTVanessahttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127077Many thanks, Monkey. I have even more questions. I need time to type the code, because this dump have the code embedded as image, so it cannot be used with copy and paste. <br /> Please, please, help.Wednesday, October 03, 2012 2:31 PM UTflorenhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127072You are developing a Windows Presentation Foundation (WPF) application. The window has the following markup.<br /> (Line numbers are included for reference only)<br /> <br /> 01 &lt;Window.Resources&gt;<br /> 02 &lt;Style TargetType={"x:TypeListBox}"&gt;<br /> 03 &lt;Setter Property="ItemPage1"&gt;<br /> 04 &lt;Setter.Value&gt;<br /> 05 &lt;ItemsPanelTemplate&gt;<br /> 06 &lt;StackPanel orientation="Horizontal"<br /> 07 VerticalAligment="Center"<br /> 08 HorizaontalAligment="Center"/&gt;<br /> 09 &lt;/ItemsPanelTemplate&gt;<br /> 10 &lt;/Setter.Value&gt;<br /> 11 &lt;/Setter&gt;<br /> 12 &lt;Setter Property="Template"&gt;<br /> 13 &lt;Setter.value&gt;<br /> 14 &lt;ControlTemplatetargetType="{x:TypeListBox}"&gt;<br /> 15 <br /> 16 &lt;/ControlTemplate&gt;<br /> 17 &lt;/Setter.Value&gt;<br /> 18 &lt;/Setter&gt;<br /> 19 &lt;/Window.Resources&gt;<br /> <br /> You need to ensure that all ListBox controls have a border that matches the background color of the ListBoxtemplate.<br /> <br /> Which markup segment should you insert at line 15?<br /> <br /> A) &lt;Border Background="{BindingListBox.BackGround}"&gt;<br /> &lt;ItemsPresenter /&gt;<br /> &lt;/Border&gt;<br /> <br /> B) &lt;Border Background="{TemplateBindingListBox.BackGround}"&gt;<br /> &lt;ContentPresenter /&gt;<br /> &lt;/Border&gt;<br /> <br /> C) &lt;Border Background="{BindingListBox.BackGround}"&gt;<br /> &lt;ContentPresenter /&gt;<br /> &lt;/Border&gt;<br /> <br /> D) &lt;Border Background="{TemplateBindingListBox.BackGround}"&gt;<br /> &lt;ItemsPresenter /&gt;<br /> &lt;/Border&gt;<br /> <br /> <br /> ANSWER: B<br /> <br /> Is the answer correct?Wednesday, October 03, 2012 2:20 PM UTflorenhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127069You are developing a Windows Presentation Foundation (WPF) application.<br /> Two styles, Blue and green, are used for Borderobjects. The two styles have the same values for the<br /> CornerRadiusand BrushThicknessproperties and different values for the Backgroundproperty.<br /> <br /> You need to define the CornerRadiusand BrushThicknesssettings in either the Blue or the Green style, but not both.<br /> What should you do?<br /> <br /> A) Separate Blue and Green into two files.Put the base settings in Blue and use MergedDictionaries. Ensure that the Blue file is second in the list.<br /> <br /> B) Put Blue and Green into the same file.Put the base setting in Blue and mark Blue as BasedOn Green.<br /> <br /> C) Put Blue and Green into the same file.Put the base setting in Blue and mark Green as BasedOn Blue.<br /> <br /> D) Separate Blue and Green into two files.Put the base settings in blue and use MergedDictionaries. Ensure that the Green file is second in the list.<br /> <br /> <br /> ANSWER: C<br /> <br /> Is the answer correct?Wednesday, October 03, 2012 2:17 PM UTflorenhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127068You need to identify the XAML markup for the Label control that caused the issue.<br /> Which markup segment corresponds to the Label control?<br /> &emsp;<br /> <br /> A) &lt;Label Name="Label1"&gt;<br /> &lt;StackPanel Orientation="Horizontal"&gt;<br /> &lt;TextBlock Text="Click!" /&gt;<br /> &lt;Button Content="Click!" Click="Button_Click" /&gt;<br /> &lt;/StackPanel&gt;<br /> &lt;/Label&gt;<br /> <br /> <br /> B) &lt;Label Name="Label1"&gt;<br /> &lt;Button Click="Button_Click"&gt;<br /> &lt;StackPanel Orientation="Horizontal"&gt;<br /> &lt;TextBlock Text="Click!" /&gt;<br /> &lt;Button Content="Click!" Click="Button_Click" /&gt;<br /> &lt;/StackPanel&gt;<br /> &lt;/Button&gt;<br /> &lt;/Label&gt;<br /> <br /> C) &lt;Label Name="Label1"&gt;<br /> &lt;StackPanel Orientation="Horizontal"&gt;<br /> &lt;Button Click="Button_Click"&gt;<br /> &lt;TextBlock Text="Click!" /&gt;<br /> &lt;/Button&gt;<br /> &lt;/StackPanel&gt;<br /> &lt;/Label&gt;<br /> <br /> D) &lt;Label Name="Label1"&gt;<br /> &lt;Button Click="Button_Click"&gt;<br /> &lt;StackPanel Orientation="Horizontal"&gt;<br /> &lt;TextBlock Text="Click!" /&gt;<br /> &lt;/StackPanel&gt;<br /> &lt;/Button&gt;<br /> &lt;/Label&gt;<br /> <br /> <br /> Please, can anybody help?Wednesday, October 03, 2012 2:15 PM UTMonkeyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127061Vanessa I agree with both questions.Wednesday, October 03, 2012 1:49 PM UTVanessahttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-12705511. Question<br /> You are developing a Windows Presentation Foundation (WPF) application.<br /> <br /> The application has an Image control.<br /> <br /> You need to ensure that a portion of the image displays in a circle in the control.<br /> <br /> What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)<br /> A. Add an Ellipse element to the control. Use Ellipse.Stroke and ImageBrush with the image as ImageSource.<br /> B. Add an Image.Clip element to the control. Use LineGeometry within Image.Clip.<br /> C. Add an Ellipse element to the control. Use Ellipse.Fill and ImageBrush with the image as ImageSource. -&gt; CORRECT???<br /> D. Add an Image.Clip element to the control. Use EllipseGeometry within Image.Clip. -&gt; CORRECT???<br /> <br /> I thing both C and D are correct.<br /> <br /> Please, please help!!!Wednesday, October 03, 2012 1:19 PM UTVanessahttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127047AB-C#<br /> You are developing a Windows Presentation Foundation (WPF) application.<br /> <br /> This application will be deployed to 20 countries. However, it will only be localized to some of those countries' regional dialects.<br /> <br /> The localization will be performed by using resource files. However, no culture will be specified in the project file with the UlCulture tags.<br /> <br /> You must ensure that the application defaults to English for those regions that are not localized.<br /> <br /> What should you do?<br /> A. Add the following code segment to the AssemblyInfo file.<br /> [assembly: NeutralResourcesLanguage("en-US",<br /> UltimateResourceFallfcaclcLocation.Satellite) ] -&gt; OK<br /> B. Add the following code segment to the Application constructor.<br /> Thread.CurrentThread.CurrentUICulture=<br /> new CultureInfo("en-US");<br /> C.Add the following code segment to the AssemblyInfo file.<br /> [assembly: NeutralResourcesLanguage("en-OS",<br /> DltimateResourceFallbackLocation.MainAssembly) ]<br /> D. Add the following code segment to the Application constructor.<br /> Thread.CurrentThread.CurrentCulture =<br /> new CultureInfo("en-US");<br /> <br /> Please, can anybody help?Wednesday, October 03, 2012 12:46 PM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127043guys, very good, we need try to answer, everybody have an opnion. lets show here and get the best.today i post more.examcol. max 5 posts by dayWednesday, October 03, 2012 11:47 AM UTmickyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127034You develop a Windows Presentation Foundation (WPF) application. You will use ClickOnce to publish it to a Web server.<br /> <br /> You add a Button control to the Windows Form with the following code segment. (Line numbers are included for reference only.)<br /> ..<br /> <br /> You need to ensure that the update performs as designed.<br /> <br /> Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)<br /> <br /> Correct:<br /> <br /> Insert the following code at line 06.<br /> info = updateCode.CheckForDetailedUpdate();<br /> <br /> Insert the following code at line 09.<br /> updateCode.Update();Wednesday, October 03, 2012 10:53 AM UTmickyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127031You are developing a Windows Presentation Foundation (WPF) application.<br /> <br /> An element binding consistently throws errors because the data retrieval is slow.<br /> <br /> You need to ensure that the PresentationTraceSource binding is configured to debug the source of these errors.<br /> <br /> Which two actions should you perform? (Each correct answer presents part of the solution. Choose two).<br /> <br /> Add the following markup segment to the window definition.<br /> xmlns:diagnostics="clr-namespace:System.Diagnostics;assembly=WindowsBase"<br /> <br /> Add the following markup segment to the problem element.<br /> "diagnostics: PresentationTraceSources.TraceLevel=High"Wednesday, October 03, 2012 10:38 AM UTmickyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127028You are developing a Windows Presentation Foundation (WPF) application. A TextBlock control has DataContext bound to a static resource named Book. The ToolTip attribute of TextBlock displays the full book titles.<br /> <br /> You create a converter named TrimTitleConverter to shorten the book titles to three words in the Text attribute of the TextBox. You add the converter to the Resources section of the MainWindow.xaml file as follows. (Line numbers are included for reference only.)<br /> <br /> ..<br /> <br /> You need to ensure that the shortened book titles appear only in the Text attribute of TextBlock.<br /> <br /> Which markup segment should you use to replace lines 06 through 09?<br /> <br /> &iquest; Correct ?<br /> <br /> &lt;TextBlock<br /> ToolTip="{Binding Title}"<br /> Text={Binding RelativeSource={RelativeSource Self}, Path=ToolTip,Converter={StaticResource ResourceKey=TrimConverter}}" <br /> DataContext="{StaticResource ResourceKey=Book"/&gt;Wednesday, October 03, 2012 10:27 AM UTmickyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127027You are developing a Windows Presentation Foundation (WPF) application. You are writing data templates for a calendar.<br /> <br /> You must use the Weekend template for weekends and the Weekday template for weekdays. The Window markup is as follows. (Line numbers are included for reference only.)<br /> <br /> ..<br /> <br /> You need to ensure that the Weekend and Weekday templates are applied correctly to the ListBox control.<br /> <br /> Which markup segment should you insert at line 11?<br /> <br /> Correct: <br /> <br /> &lt;ListBox<br /> ItemTemplateSeIector="{StaticResource WeekendSelector} "/&gt;Wednesday, October 03, 2012 10:24 AM UTPKhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127019You are developing a Windows Presentation Foundation (WPF) application. <br /> <br /> The application uses drag-and-drop functionality. <br /> <br /> You need to ensure that code is executed in the code-behind file when the dragged item is released onto the target element. <br /> <br /> Which enumeration should you use? <br /> A. DragDropEffects.None <br /> B. DragAction.Cancel <br /> C. DragDropEffects.AII<br /> D. DragAction.Drop --&gt; CORRECT<br /> <br /> You are developing a Windows Presentation Foundation (WPF) application. You add several TextBox controls within a StackPanel control. You next add several Image controls within a second StackPanel control. <br /> <br /> During testing, you discover that some of the textboxes do not appear in the proper layout. <br /> <br /> You need to quickly search for the textboxes and view their properties to identify which ones are incorrect. <br /> <br /> What should you do?<br /> <br /> WPF visualizer is the correct answer<br /> <br /> all answer of Jose after my post is correctWednesday, October 03, 2012 8:49 AM UTMonkeyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127009So, i chnaged my opinion:<br /> <br /> You are developing a Windows Presentation Foundation (WPF) application.<br /> <br /> The application uses drag-and-drop functionality.<br /> <br /> You need to ensure that code is executed in the code-behind file when the dragged item is released onto the target element.<br /> <br /> Which enumeration should you use?<br /> A. DragDropEffects.None<br /> B. DragAction.Cancel<br /> C. DragDropEffects.AII -&gt; CORRECT<br /> D. DragAction.Drop<br /> <br /> =================================<br /> <br /> You are developing a Windows Presentation Foundation (WPF) application. The application uses a DockPanel control with its HorizontalAlignment property set to Left to divide the main window into three distinct columns. Each column is a panel that is responsible for the layout of its own controls.<br /> <br /> You need to reverse the order of the columns.<br /> <br /> What should you do?<br /> <br /> <br /> A Set the HorizontalAlignment property to Right on the DockPanel.<br /> B Set the LayoutTransform property to Identity on the DockPanel.<br /> C Set the DockPanel.Dock property to Right on each of the panels.<br /> D Set the FlowDirection property to RightToLeft on each of the panels. CORRECT<br /> <br /> C and D are working, but D is less Code, so this should be correctWednesday, October 03, 2012 6:53 AM UTMonkeyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127002Andy from Germany - Oct 02 2012, 11:56 PM Report Spam<br /> You are developing a Windows Presentation Foundation (WPF) application.<br /> <br /> The application uses drag-and-drop functionality.<br /> <br /> You need to ensure that code is executed in the code-behind file when the dragged item is released onto the target element.<br /> <br /> Which enumeration should you use?<br /> A. DragDropEffects.None<br /> B. DragAction.Cancel<br /> C. DragDropEffects.AII -&gt; OK ??<br /> D. DragAction.Drop<br /> <br /> Is the answer correct? Please, let me know.<br /> <br /> ============================<br /> <br /> Why couldnt it be D? You have to react if the dragged item is released (dropped). So you have to use the DragAction.Drop-Enumeration. Is this right?Wednesday, October 03, 2012 5:17 AM UTMonkeyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-127001You are developing a Windows Presentation Foundation (WPF) application. The application uses a DockPanel control with its HorizontalAlignment property set to Left to divide the main window into three distinct columns. Each column is a panel that is responsible for the layout of its own controls.<br /> <br /> You need to reverse the order of the columns.<br /> <br /> What should you do?<br /> <br /> D (Set the FlowDirection property to RightToLeft on each of the panels.)<br /> <br /> ============<br /> <br /> Are you sure? Question was to recerse the order of the columns, not of the panels in the columns.<br /> <br /> Couldnt it be "B: set the DockPanel.Dock property to Right on each of the panels." --&gt; so the first column is docked right, the seconds too and so on. The the order of the columns would be reversed. Am I wrong?Wednesday, October 03, 2012 5:13 AM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126996You are developing a Windows Presentation Foundation (WPF) application. You add several TextBox controls within a StackPanel control. You next add several Image controls within a second StackPanel control.<br /> <br /> During testing, you discover that some of the textboxes do not appear in the proper layout.<br /> <br /> You need to quickly search for the textboxes and view their properties to identify which ones are incorrect.<br /> <br /> What should you do?Wednesday, October 03, 2012 1:49 AM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126995You are developing a Windows Presentation Foundation (WPF) application. The application uses a DockPanel control with its HorizontalAlignment property set to Left to divide the main window into three distinct columns. Each column is a panel that is responsible for the layout of its own controls.<br /> <br /> You need to reverse the order of the columns.<br /> <br /> What should you do?<br /> <br /> D (Set the FlowDirection property to RightToLeft on each of the panels.)Wednesday, October 03, 2012 1:49 AM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126994You are developing a Windows Presentation Foundation (WPF) application page.<br /> <br /> The controls on the page must be enclosed within a single rectangular border. The border must contain an image in the header.<br /> <br /> You need to select a control to use as a container.<br /> <br /> Which control should you select?<br /> <br /> D (GroupBox)Wednesday, October 03, 2012 1:48 AM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126993The window must display the OrderDate value found in shippedOrder. The text box must display the OrderDate formatted by the DateOutputConverter.<br /> <br /> You need to ensure that the OrderDate is displayed and formatted correctly.<br /> <br /> Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)<br /> <br /> A (Insert the following code at line 07.<br /> &lt;m:DateCutputConverter x:Key="DateOutputConverter"/&gt;)<br /> <br /> B (Insert the following code at line 10.<br /> &lt;TextBox text="'Binding OrderDate,<br /> Converter= {StaticRescurce interationalDateConverter)}" DataContext="{StaticResource ResourceKey=shippedOrder}"/&gt;)Wednesday, October 03, 2012 1:45 AM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126992You bind to the IstService control a static resource named ServiceCases.<br /> <br /> You need to ensure that the service cases are grouped by category.<br /> <br /> What should you do in the MainWindow.xaml file?<br /> <br /> D (Add the following markup segment to CollectionViewSource.<br /> &lt;CollectionViewSource.GroupDescriptions&gt;<br /> &lt;dat:PropertyGroupDescription PropertyName="Category &lt;/CollecctionViewSource.GroupDescription"&gt;)Wednesday, October 03, 2012 1:43 AM UTAndyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126987You are developing a Windows Presentation Foundation (WPF) application.<br /> <br /> The application uses drag-and-drop functionality.<br /> <br /> You need to ensure that code is executed in the code-behind file when the dragged item is released onto the target element.<br /> <br /> Which enumeration should you use?<br /> A. DragDropEffects.None<br /> B. DragAction.Cancel<br /> C. DragDropEffects.AII -&gt; OK ??<br /> D. DragAction.Drop<br /> <br /> Is the answer correct? Please, let me know.Tuesday, October 02, 2012 11:56 PM UTcybergabryhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126980Excuse me. Of course I appreciate your contribution but the .vce file above does not display any question and answer. Can you fix it please? Thank you.Tuesday, October 02, 2012 10:27 PM UTPKhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126964regarding the not answer question, my answers are<br /> <br /> A) &lt;Listbox.Resources&gt; <br /> &lt;XmlDataProvider x:Key="FeedData" <br /> Source="EmployeeData.xml" XPath="/Employees"/&gt; <br /> &lt;/Listbox.Resources&gt;<br /> <br /> C) UIElement<br /> <br /> Ok for all oter questions.Tuesday, October 02, 2012 8:09 PM UTflorenhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126950You are developing a Windows Presentation Foundation (WPF) application.<br /> The movement of a control within the application is animated.<br /> <br /> You need to ensure that the animated control is continually animated in one direction.<br /> <br /> What should you specify for the easing function of the animations?<br /> <br /> A) BackEase<br /> <br /> B) SineEase<br /> <br /> C) ElasticEase<br /> <br /> D) BounceEase<br /> <br /> ANSWER: I think it's the "B"Tuesday, October 02, 2012 6:14 PM UTflorenhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126946You are developing a Windows Presentation Foundation (WPF) application.<br /> You pull employee information from an XML file named EmplyeeData.xml. The XML file is as follows.<br /> <br /> &lt;Employees&gt;<br /> &lt;Employee Name="Bob" DateOfBirth="1990"<br /> Level="Accountant" Department="Accounting"/&gt;<br /> &lt;Employee Name="Amy" DateOfBirth="1987"<br /> Level="Accountant" Department="Accounting" /&gt;<br /> &lt;Employee Name="Dan" DateOfBirth="1978"<br /> Level="Manager" Department="Accounting"/&gt;<br /> &lt;Employee Name="Joanna" DateOfBirth="1970"<br /> Level="Controller" Department="Accounting"/&gt;<br /> &lt;/Employees&gt;<br /> <br /> The ListBox control you are using is declared as follows.<br /> &lt;ListBox x:Name="EmployeeList" <br /> ItemsSource="{Binding Source={SataticResourceFeedData},XPath=Employee}"&gt;<br /> &lt;/ListBox&gt;<br /> <br /> You need to display all the employee information from the XML file in EmployeeList.<br /> Which markup segment should you use?<br /> <br /> A) &lt;Listbox.Resources&gt;<br /> &lt;XmlDataProvider x:Key="FeedData"<br /> Source="EmployeeData.xml" XPath="/Employees"/&gt;<br /> &lt;/Listbox.Resources&gt; <br /> <br /> B) &lt;Window.Resources&gt;<br /> &lt;XmlDataProvider x:Key="FeedData"<br /> Source="EmployeeData.xml" XPath="/Employees/Employee"/&gt;<br /> &lt;/Window.Resources&gt;<br /> <br /> C) &lt;Window.Resources&gt;<br /> &lt;XmlDataProvider x:Key="FeedData"<br /> Source="EmployeeData.xml" XPath="/Employees"/&gt;<br /> &lt;/Window.Resources&gt;<br /> <br /> D) &lt;Listbox.Resources&gt;<br /> &lt;XmlDataProvider x:Key="FeedData"<br /> Source="EmployeeData.xml" XPath="/Employees/Employee"/&gt;<br /> &lt;/Listbox.Resources&gt;<br /> <br /> <br /> ANSWER: ?<br /> <br /> -----------------------------------------------------<br /> I doubt both questions, what are the right answers?Tuesday, October 02, 2012 5:52 PM UTflorenhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126945You are developing a Windows Presentation Foundation (WPF) application.<br /> <br /> The application has several visual controls on a main page.<br /> <br /> You need to restyle all of the UI-related elements on the main page at run time.<br /> <br /> Which class should you use to reference all these elements in a single call?<br /> <br /> A) VisualTreeHelper<br /> B) LogicalTreeHelper<br /> C) UIElement<br /> D) ContentElement<br /> <br /> ANSWER: ?Tuesday, October 02, 2012 5:48 PM UTTomdorioushttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126936AB-C#<br /> You are developing a Windows Presentation Foundation (WPF) application.<br /> <br /> There is an issue in the display of Label. When you open the WPF Visualizer, you see the following information in the left-hand panel of the Visualizer.<br /> You need to identify the XAML markup for the Label control that caused the issue.<br /> Which markup segment corresponds to the Label control?<br /> <br /> A:)&lt;Label Name="Label1"&gt;<br /> Button Click="Button_Click"&gt;<br /> &lt;StackPanel Orientation="Horizontal"&gt;<br /> &lt;TextB1ock Text="Click1= /&gt;<br /> &lt;/StackPanel&gt;<br /> &lt;/Button&gt;<br /> &lt;/Label&gt;<br /> <br /> B:)&lt;Label Name="Label1"&gt;<br /> &lt;StackPanel Orientation="Horizontal"&gt;<br /> &lt;Button Click="Button_Click"&gt;<br /> &lt;TextBIock Text="Click2" /&gt;<br /> &lt;/Button&gt;<br /> &lt;/StackPanel&gt;<br /> &lt;/Label&gt;<br /> <br /> C:)&lt;Label Name="Label1"&gt;<br /> &lt;StackPanel Orientation="Horizontal"&gt;<br /> &lt;TextBlock Text="Click!" /&gt;<br /> &lt;Button Content-"Click!" Click-"Button_Click" /&gt; &lt;/StackPanel&gt;<br /> &lt;/LabeI&gt;<br /> <br /> D:)&lt;Label Name="Label1/&gt;<br /> &lt;Button Click="Button_Click"&gt;<br /> &lt;StackPanel Orientation=Horizontal"&gt;<br /> &lt;TextB1ock Text="Click! " /&gt;<br /> &lt;Button Content="Click"Button_Click" /&gt;<br /> &lt;/StackPanel&gt;<br /> &lt;/Button&gt;<br /> &lt;/Label&gt;<br /> <br /> ANSWER: CTuesday, October 02, 2012 3:56 PM UTTomdorioushttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126935AB-C#<br /> You are deploying a Windows Forms application. You use the Publishing wizard within Visual Studio to configure ClickOnce options.<br /> <br /> You need to ensure that a custom zone is created with specific permissions within the security tab of Visual Studio.<br /> <br /> What should you do?<br /> <br /> A:)Disable the ClickOnce security settings. Then edit the deployment.application file.<br /> B:)Enable the ClickOnce security settings. Choose the "This is a Partial Trust Application" radio button. Then edit the app.manifest file.<br /> C:)Enable the ClickOnce security settings. Then edit the deployment.application file.<br /> D:)Enable the ClickOnce security settings. Choose the "This is a Full Trust Application" radio button. Then edit the app.manifest file.<br /> <br /> ANSWER: BTuesday, October 02, 2012 3:54 PM UTTomdorioushttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126934You are developing a Windows Presentation Foundation (WPF) application. You are implementing a test strategy for the application.<br /> <br /> You need to ensure that the history of your testing session can be rewound in the execution cycle so that the state of the application and events that occurred previously can be viewed.<br /> <br /> What should you use?<br /> <br /> Visual Studio Debugger BreakPoints<br /> Coded UI Tests<br /> ANSWER: IntelliTrace<br /> Error Dump FileTuesday, October 02, 2012 3:52 PM UTguldanhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126920You can change the examen with the visual cert exam designer. You can load the VCE in them.Tuesday, October 02, 2012 2:28 PM UTmickyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126785I took the exam the last week and at least fifteen question appear on the test. Good job Monkey !!!!Monday, October 01, 2012 3:09 PM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126747Q: AB-C#<br /> You are creating a Windows Presentation Foundation (WPF) application.<br /> <br /> A control periodically appears to alert the user of status changes within the application.<br /> <br /> You need to specify that each time the control appears, it fades out within half a second.<br /> <br /> Which markup segment should you add to the Storyboard element of the control?<br /> <br /> correct answer: C (&lt;DoubleAnimation Storyboard.TargetProperty="Opacity" From"l" To="0" Duration"0:0:.5" /&gt;)Monday, October 01, 2012 12:10 PM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126746Q: AB-C#<br /> You develop a Windows Presentation Foundation (WPF) application. The application runs on 64-bit machines only.<br /> <br /> The application architects want to store application settings in the registry. The users do not have write access to these settings. These application settings apply to everyone using the application.<br /> <br /> You need to read the application settings successfully from the registry.<br /> <br /> Which code segment should you use?<br /> <br /> correct answer: C (RegiatryKey<br /> &middot;OpenBaseKey(RegistryHive.LocalMachine.<br /> RegistryView.Registry64)<br /> &middot;CreateSubKey(@"SoftwareMyProgram")<br /> &middot;GetValue("ConnectionString") ;)Monday, October 01, 2012 12:09 PM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126745Q: AB-C#<br /> You are deploying a Windows Forms application. You use the Publishing wizard within Visual Studio to configure ClickOnce options.<br /> <br /> You need to ensure that a custom zone is created with specific permissions within the security tab of Visual Studio.<br /> <br /> What should you do?<br /> <br /> Correct answer: B (Enable the ClickOnce security settings. Choose the "This is a Partial Trust Application" radio button. Then edit the app.manifest file.)Monday, October 01, 2012 12:07 PM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126744Q: You are developing a Windows Presentation Foundation (WPF) application for managing student information. You place a Button control named btnSort and a DataGrid control named dgStudents on the design surface of the MainWindow.xaml file. You create a Student class with two properties: FirstName and LastName. You create the following code segment in the constructor of the main window.<br /> <br /> Correct answer: A (IEnumerable&lt;Student&gt; sortedStudents =<br /> Students.OrderBy(s =&gt; s.LastName).ToList();<br /> dgStudents.ItemsSource = sortedStudents;)Monday, October 01, 2012 12:04 PM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126742for answer, post description of question's tooMonday, October 01, 2012 11:49 AM UTMonkeyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126731F***. u are right. So this is useless.:(Monday, October 01, 2012 11:09 AM UTMenganitohttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126727@Monkey, thanks, but the order of Questions and Answers change every time you start new exam.Monday, October 01, 2012 10:48 AM UTMonkeyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126707This is what i would answer in my first try and just took a short view on it. Did not get really into it though. (But we have something to improve;) )<br /> <br /> 1 <br /> 2 <br /> 3 C<br /> 4 B<br /> 5 A<br /> 6 <br /> 7 <br /> 8 D<br /> 9 <br /> 10 B<br /> 11 <br /> 12 <br /> 13 <br /> 14 <br /> 15 A<br /> 16 <br /> 17 <br /> 18 A<br /> 19 <br /> 20 <br /> 21 <br /> 22 <br /> 23 <br /> 24 D<br /> 25 A<br /> 26 <br /> 27 <br /> 28 <br /> 29 A <br /> 30 <br /> 31 <br /> 32 B,C<br /> 33 <br /> 34 <br /> 35 <br /> 36 <br /> 37 D<br /> 38 <br /> 39 A<br /> 40 D<br /> 41 <br /> 42 D<br /> 43 A<br /> 44 B<br /> 45 B<br /> 46 <br /> 47 D<br /> 48 <br /> 49 <br /> 50 A<br /> 51 B<br /> 52 A<br /> 53 <br /> 54 <br /> 55 D<br /> 56 <br /> 57 A<br /> 58 B<br /> 59 C<br /> 60 <br /> 61 A<br /> 62 A<br /> 63 A<br /> 64 <br /> 65 <br /> 66 <br /> 67 D<br /> 68 <br /> 69 A<br /> 70 <br /> 71 <br /> 72 <br /> 73 C<br /> 74 C<br /> 75 <br /> 76 <br /> 77 <br /> 78 <br /> 79 D<br /> 80 <br /> 81 <br /> 82 B<br /> 83 B<br /> 84 <br /> <br /> THESE ANSWERS ARE JUST MY FIRST SHOT. SURELY NOT 100% CORRECT. THE ONES I LEFT BLANK I GOT NO IDEA. ALL OTHERS ARE UNSURE.Monday, October 01, 2012 9:11 AM UTMonkeyhttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126700The dump and its answers are not formetted correctly. Could you please fix that? sometimes only 2 answers are selectable but the other two are in text, sometimes you should select multiple answers and you can only select 1 etc.<br /> Can u fix that?Monday, October 01, 2012 8:36 AM UTjosehttps://www.examcollection.com/microsoft/Microsoft.BrainDump.70-511.v2012-09-30.by.PaulK.85q.vce.file.html#comment-126692nice man.guys.let's answerMonday, October 01, 2012 3:25 AM UT