You work as a Silverlight 4.0 developer for ABC.com.
You have recently developed a Silverlight application named ABCApp. While testing ABCApp, you do a right- click within ABCApp that result in the Silverlight standard panel being displayed when the mouse button is released. You do not want this information to be displayed.
You notice that the layout root element of ABCApp is set up to manage the RightMouseButtonDown in the right way.
What should be done in this scenario?
You work as a Silverlight 4.0 developer for ABC.com.
There is a Silverlight application named ABCApp7.
ABCApp has three VisualStates OK, HalfOK, and NotOK.
You want to make sure that the NotOK VisualState changes to the OK VisualState in 7 seconds exactly.
Which of the following actions should you take?
You work as a Silverlight 4.0 developer for ABC.com. You are currently creating a Silverlight application named ABCApp7.
ABCApp7 has a page, named ABCPage, which includes a text box control named ABCTB. ABCApp7 also includes a ControlTemplate, which has been set up as a Resource.
You want to make sure that ABCTB makes use of this resource via XAML code.
Which of the following actions should you take?
You work as a Silverlight 4.0 developer for ABC.com. You have created a Silverlight application named ABCApp13.
ABCApp13 has a page, named ABCPage, which includes a text box named ABCTB.
You have written the segment shown below:
You work as a Silverlight 4.0 developer for ABC.com.
There is an MS Visual Studio 2010/Silverlight 4.0 application named ABCApp21 that should be configured to support three languages. There should be only three resource files, one for each language. ABCApp should choose the proper language with no additional code.
Which of the following file extensions should form part of the resource naming solution?
There is a Silverlight/MS Visual Studio 2010 web site named ABCSite.
English, German, Spanish, Arabic, Swahili and French are used within ABCSite.
ABCSite stack panel control for the user controls must be set up to be able show languages that are bidirectional.
What should be done in this scenario?
You work as a Silverlight 4.0 developer for ABC.com. ABC.com has a Silverlight/MS .NET 4.0 application
named ABCApp, which includes a DataGrid.
You have written the following code:
You work as a Silverlight 4.0 developer for ABC.com. You are creating a Silverlight application named ABCApp32.
There is an assembly, named ABCAss.dll, which contains a resource dictionary named ABCLibrary.XAML. The
App.XAML file currently contains code that defines an assembly named Assets that includes the Styles.xaml resource dictionary.
You need to make sure that the App.xaml file contains the appropriate code to include the ABCLibrary.xaml resource dictionary.
Which of the following options represents the required code?
You work as a Silverlight 4.0 developer for ABC.com.
ABC.com has a Silverlight application named ABCApp15 that has an Employee class configured. The
Employee class has a public property named Hiredate, which is set as nullable. You have configured a
DataGrid control, named ABCC, whose second column is bound to Hiredate.
You are required to make sure that the column presents the the data by making use of the long date format.
Which of the following actions should you take?
You work as a Silverlight 4.0 developer for ABC.com.
You are in the process of developing a Silverlight application named ABCApp15. You have configured the use of a class named Employee, which has a public property named Hiredate that. You have also included a
TextBox control named ABCC in ABCApp15.
You have received instructions to make sure ABCC changes in the appropriate manner when Hiredate is updated, but HireDate should not change when ABCC changes.
You have decided to make use of OneWay data binding.
Which of the following is the interface that you should apply in the Emploee object as part of your solution?