Choose the correct statement about WPF
A. The WPF support a broad set of application development feature, including an application
model, resources, controls, graphics, layout, databinding, documents and security
B. The WPF is only supported by the .Net Core
C. WPF uses the Extensible Markup Language (XML) to provide a declarative model for
application programming
D. All of the others. D
choose the option is not a feature of signalR for ASP .NET CORE?
A. Handles connection management automatically
B. Sends messages to all connected clients sim
C. Do not send messages to specific client or group of client
D. Scales to handle incresing traffic C
what is the following style tag used for?
<Window x:Class="fe.MainWindow"
Title="MainWindow" Height="200" Width="300">
<Window.Resources>
<Style TargetType="TextBlock">
<Setter Property="Foreground" Value="Green"/>
<Setter Property="FontSize" Value="20"/>
</Style>
</Window.Resources>
<StackPanel Margin="10">
<TextBlock>WPF</TextBlock>
<TextBox>NET</TextBox>
, </StackPanel>
</Window>
A. Set foreground is Green and FontSize is 20 for textBlock controls
B. Set foreground is Green and FontSize is 20 for textBock controls
C. Set foreground is Green and FontSize is 20 for controls
D. Set background is Green and FontSize is 20 for controls A
Which of the following properties of the WebRequest class can be used to get the URI of the
associated with the request?
A. Request Uri
B. RequestParam
C. RequestURL
D. None of the other
choose the correct statement about the initiation of parallel computing
A. All of the others
B. The algorithms must be managed in such a way thay they can be handled in a parallel xxx
C. The algorithms or programs must have have low coupting and high cohesion
D. It addresses such as communication and synchronization between multiple sub tasks and
Which of the following statement related to system.window.controls in the wpf namspace is
true?
A. This is the namespace contains all of the expected WPF widgets, including types to build
menu systems, tooltips, and numerous layout managers
B. This is the root namespace of WPF. We will find core class (suchh as Application and
Window) that are required by any WPF desktop project
C. This is the namespace contains types to work with the documentes API, which allows us to
xxx PDF-style functionsality into our WPF applications, via the XML Paper Specifications (XPS)
protocol