header1.html

Thursday 18 April 2013

SilverLight Quiz-2


SilverLight Quiz-2
1."Silverlight applications operate within security sandbox." True or False?
True
False


2.What is the root element of AppManifest.xaml file?
Assemblies
Deployment
AppManifest
None of above


3.When .xap file get created?
After debugging silverlight application
After compiling silverlight application
After building silverlight application
None of above


4.The AppManifest.xaml file contains the deployment details needed to run the Silverlight application.True or False?
True
False


5. A basic xap file will have.....
Only dlls of application
dlls and resources
an application manifest file and dlls
None of above


6. How can I create silverlight application?
XAML
Visual Studio
Expression Blend
All of above


7.......enable you to animate using more than two target values, and control an animation's interpolation method.
Graphics
Key-frame animations
DoubleAnimation
None of above


8.Which of following is not layout in silverlight?
GridLayout
StackPanel
Canvas
Table


9.Application hosting does not require configuration settings on the host Web server and within the host Web page.True or False?
True
False


10......Configures XAML markup compilation to join partial classes between markup and code-behind.
x:Name
x:Key
x:Class
All of above

No comments:

Post a Comment