Knowledge of Microsoft Silverlight Skills Test
By default, when an error message is selected in the ValidationSummary control, it attempts to set focus on the control where the error originated. How will you disable this behavior?
Can debugging take place on Silverlight code and JavaScript code at the same time?
Can you add the reference of a Class library project in a Silverlight application project?
Can you apply the BlurEffect and the DropShadowEffect directly to the same element in your application?
Consider the XAML code given below. Which color will apply to the background if you add this code into your application? <StackPanel.Resources> <Style x:Key="ImmediateStyle" TargetType="Button">...
Does Silverlight support implicit styles applied using the TargetType attribute value?
How can you protect your Silverlight client application against malicious services?
How can you view the contents of a .xap file (marked as A in the image), that is generated when the Silverlight project is built?
In Sliverlight, Canvas is used solely as a container for other objects within which you can explicitly position child objects by using coordinates that are relative to the area. In which of the fol...
Silverlight offers a subset of the functionality provided by Windows Presentation Foundation (WPF) and enables you to build rich internet applications that are easy to deploy. Which of the followin...
Suppose you put a GridSplitter control into a cell on a Grid by setting the value of HorizontalAlignment and VerticalAlignment properties to stretch. What will be the result when you run your appli...
The CLR debugging services let a debugger change the physical location of the instruction pointer during execution, although this may be a dangerous operation. In which of the following conditions ...
The Profiling API can retrieve information about actions and events occurring in the CLR. Which of the following actions/events can it retrieve?
What are the benefits of Code Contracts in Silverlight?
What are the functions of Common Type System in the .NET Framework for Silverlight?
What does the Silverlight Debugging API "GetStartupNotificationEvent" function do?
What happens when you add a Silverlight Key-Frame animation in your application whose Duration property is Automatic or equal to the time of the last key frame?
What is the correct order of values (from highest to lowest precedence) that the Silverlight property system uses when assigning the run-time values of dependency properties?
What is the function of a StackPanel control in Silverlight?
What is the function of COR_PRF_GC_GENERATION Enumeration used by the profiling API?
What is the function of the "Peek" method that can be performed on a stack and its elements?
What is the function of the element marked as A (see image) in the Silverlight policy file format?
What is the function of the InnerException property of the "Exception" class?
What is the function of the TextBlock control in Silverlight?
What is the usage of RelativeSource, a markup extension that is defined under the default Silverlight XAML namespace?
What will happen if you add one more child element to a Viewbox control in a Silverlight application?
When you configure an application for Out-of-Browser Support, what does property marked as A (see image) indicates in the AppManifest.xml file?
Which of following is NOT a valid string method in the Silverlight .NET Framework?
Which of the discrepancies are found in the below code: <Grid> <Border Background="Gray" Opacity="0.5"> <TextBlock Text="Hello world!" /> </Border> </Grid>
Which of the following are valid Sliverlight data bindings?
Which of the following characters are NEVER allowed in a cross-domain request path when paths are restricted by the client access policy file in the Silverlight Cross-Domain Policy File?
Which of the following controls allows you to set the content and header of a tab in TabControl?
Which of the following Core Presentation Component features of the Silverlight platform helps in enabling dynamic positioning of UI elements?
Which of the following dynamic languages can be used for application development in Silverlight?
Which of the following features are supported by the Out-of-browser applications that target Silverlight 4 RC?
Which of the following file formats are supported by the Image class when you add an Image control in your application to display images?
Which of the following Interpolation methods is NOT supported by Key-Frame animations?
Which of the following is correct if you define the accessibility of the member as "family" in a class?
Which of the following is correct in relation to a Cryptographic hash when using Cryptographic Services in Silverlight?
Which of the following is INCORRECT in relation to Transparent code in Silverlight?
Which of the following is INCORRECT with regard to enumerations in the .NET Framework for Silverlight?
Which of the following is incorrect with regard to the IConvertible interface in the .NET Framework for Silverlight?
Which of the following is incorrect with regard to the use of Multithreading on a single-processor computer?
Which of the following is INCORRECT with regard to the use of Silverlight brush objects to paint an area with Linear Gradient?
Which of the following is NOT a feature of Silverlight?
Which of the following is NOT a property of the "Exception" class?
Which of the following is NOT a restriction that you come across if you want to host your Silverlight application and store your images on different servers?
Which of the following is NOT a valid security level for Silverlight code?
Which of the following is NOT a valid value for the Stretch property of the ImageBrush class when you use Silverlight brush objects to paint an area with images in your application?
Which of the following is NOT the correct way to declare a Canvas object which contains Rectangle objects in XAML files?
Which of the following is NOT true of Silverlight.js?
Which of the following is NOT true with regard to Extensible Application Markup Language (XAML) in Silverlight 4 RC?
Which of the following is the correct description of a sealed class in the .NET Framework for Silverlight?
Which of the following is/are INCORRECT with regard to interfaces in the .NET Framework for Silverlight?
Which of the following MediaElement methods and properties does NOT affect VideoBrush when you paint an area with a video in Silverlight?
Which of the following methods of the Socket class reads incoming data into one or more buffers from a connected socket?
Which of the following Microsoft applications/tools is meant for creating graphical interfaces for web and desktop applications that blend the features of these two types of applications?
Which of the following modes of debugging are supported by the Silverlight CLR debugging API?
Which of the following Networking security policy files are supported by Silverlight?
Which of the following operations are permitted by Silverlight to a handler that handles a user-initiated event?
Which of the following operations can be performed by the "Interlocked" class when included in your Silverlight application?
Which of the following options helps your Silverlight applications run faster, smoothly?
Which of the following properties will you use if you want to apply the same property settings to multiple ScrollViewer controls?
Which of the following statements is correct with regard to Sliverlight TwoWay data binding?
Which of the following statements is INCORRECT with regard to Geometry Vs. Shape objects in Silverlight?
Which of the following types of Media are currently supported by Silverlight?
Which of the following widening conversions can be performed on the datatype "Int32" without loss of information using the .NET Framework for Silverlight?
Which of the following wildcard characters is NOT allowed for domain uri (marked as B in the image) in the Silverlight Policy File?
Which property of the InkPresenter will you use if you want to contain the ink within the InkPresenter control?