WPF Interview Questions and Answers - 2

Question: 6

What is an application package in Silver light?

  • An application package in Silver light is a file with the .xap extension.
  • When Silver light applications compile, the Application packages are created at that time.
  • It is the unit of deployment to Silver light application.
  • It consists of the necessary assembly files and manifests to run the application.

Question: 7

What is the functionality provided by the Silver light server control in ASP.NET?

The Silver light control allows the developers to display any XAML content.

In this control, managed assemblies, application packages, and client-side Java Script libraries are embedded.

Question: 8

Which classes are responsible for integrating WPF and Windows Forms technologies?

The Windows Form Host class hosts the Windows Forms control in a WPF application and the Element Host class hosts the WPF control in a Windows Forms application. Both classes exist in the System.Windows.Forms.Integration namespace.

Question: 9

What is the extension of XAML files?

The XAML files extension is .xaml, for example, Window1.xaml and Page1.xaml.

Question: 10

What are the networking services that are supported by Silver light?

The various networking services that Silver light supports are:

Hypertext Transfer Protocol (HTTP)

Really Simple Syndication (RSS)

Representational State Transfer (REST) services

Related Questions