Silverlight Web Technology Quiz
Test your knowledge of Microsoft Silverlight web technology including features, controls, development tools, design patterns, and browser support.
Questions
What is name of Linux version of silverlight ?
- SilverLight Only
- SunLight
- MoonLight
- StarLight
Can you provide a list of Layout Management Panels and when you will use them?
- Canvas Panel
- Stack Panel
- Grid Panel
- None of these
Silverlight Project Supports which of the following ?
- DataTable
- DataSet
- DataColumn
- None of these
How many Types of Bruhes are there in silverlight ?
- VideoBrush
- PaintBrush
- SolidColorBrush
- ImageBrush
- All of the above
What is the XAP mime type in SilverLight 3.5 ?
- application/x-silverght1.0
- application/x-silverght2.0
- application/x-silverght3.0
- application/x-silverght
- None of these
which browser does SilverLight supports ?
- Internet Explorer Only
- Mozilla Fire Fox Only
- Internet Explorer & Mozilla Fire Fox
- All major browsers
Which of control need to be used in order to create a Pop-up window ?
- Pop-up Control
- Child window Control
- Model window Control
- Model Dialog Control
What is the method that get raised when there is a change in the field ?
- OnItemChanged();
- OnFieldChanged();
- OnPropertyChanged();
- All of the above
Which class in silverLight is used inorder to store data locally on the user's computer ?
- StorageManager
- IsolatedStorage
- ConsoleManager
- ConfigurationStorageManager
- All of the above
Which product of Microsoft, helps designers and developers to collaborate in designing extra ordinary user interface of silver light application?
- Visual Studio 2008
- Photoshop
- Expression Blend
- Expression Suite
What are the different ways to display text with Silverlight?
- Glyph Element
- Label Element
- TextBlock Element
- RichTextBlock Element
What Pre-requisites software need to run Silverlight application
- SilverLight SDK
- .NET Framework 2.0
- .NET Framework 3.0/4.0
- Silverlight Run-time
How to change the default page of the Silverlight application?
- private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml; }
- private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml(); }
- private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new this.MainPage; }
- private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage(); }
What is Storyboard?
- Storyboard is a Silverlight class with control having rich GUI.
- Storyboard is a Silverlight class with controls animations with a timeline, and provides object and property targeting information for its child animations.
- Storyboard is a Silverlight class with control for playing Videos.
- Storyboard is a Silverlight class with control related to AJAX Controls.
Which Design pattern is more appropriate for Development of SilverLight application
- MVC
- MVP
- MVVM
- None of these
How to set Silverlight contents width as 100%?
- width="auto"
- width="*"
- width="100%"
- width=Screen.Fullscreen
- All of the above
What type of services does SilverLight application supports ?
- Web Service
- WCF Service
- RIA Service
- All of the above
What is the main feature and advantage of silverLight?
- Cross-Platform
- Easy Development
- Less memory usage
- All of the above