SOLVED| GRADED 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
D. All of others
choose the correct statement about contractor inspection pattern in dependency injection?
, A. In the constructor injection, the injection suppliers the services (dependency) through the
client class constructor
B. In the constructor injection, the injector supplier the services (dependency) through
method(s) of the interface
C.In the constructor injection, the injector supplier the service (dependency) through the
abstract
D. All of the others
which of the following ways can be used to implement the Dependency Injection in the .NET
application?
A. All of others
B. Constructor Injection
C. Method Injection
D. Property Injection A
Through serialization, developers can pertom which of the following cation?
A. All of others
B. Sending the object to a remote application by using a web service
C. Passing an object through a firewall as a JSON or XML string
D. Passing an object from one domain to anothers A
Which of the following statements related to interface Segregation Principle is true?
A. Many client specific interface are better than one general purpose interface
B. The applications should be designed using multiple interface to improve their correctives
C. Applications should designed using multiple abstract classes to easily endend theist function
D. All of others A
Which of the following is one of the serialization engines in .NET?