You work as a Silverlight 4.0 developer for ABC.com.
You are creating a Silverlight application named ABCApp15 that includes a page named ABCPage.
You have configured ABCPage to include a grid control named ABCGC.
You have written the code shown below:
Which of the following options are TRUE with regards to using this code?
You work as a Silverlight 4.0 developer for ABC.com. You are in the process of designing a Silverlight application named ABCApp.xap.
ABC.com has a Microsoft ASP.Net web page, named ABC.aspx. Also, two string variables exist, named xSt and ySt, which are currently handled by ABC.aspx.
You want to make sure that ABCApp.xap is hosted by ABC.aspx by using a HTML markup. This HTML markup should also allow for the two string variables to be sent to ABCApp.xap.
Which of the following code should be used?
You work as a Silverlight 4.0 developer for ABC.com. You are in the process of creating a Silverlight application named ABCApp3232.
ABC.com's Web site contains a Web page named TestPage.aspx. ABCApp3232 is being hosted by
TestPage.aspx.
You have configured a WCF service, which is hosted at the URL shown below:
http://www.acme.com/ABCService.svc
You have been informed that ABCApp32 should be the only Silverlight application to make use of
ABCService.svc.
Which of the following actions should you take?
You work as a Silverlight 4.0 developer for ABC.com.
There is a Silverlight application named ABCApp15.
ABCApp is hosted in the domain ABC.com.
There is a WCF server named AcmeService.
AcmeService is hosted in the domain acme.com.
When ABCApp15 connects to AcmeService, you are presented with the "Page not found" error message.
You have been instructed to rectify the problem. You want to start by adding a particular file to the Web host of Silverlight.
Which of the following options should you make use of?
You work as a Silverlight 4.0 developer for ABC.com.
You are currently in the process of creating a Silverlight application named ABCApp15, which is configured to
be hosted by a web application ABCWeb.
ABCWeb is accessible via http://www.ABC.com.
ABCWeb includes many WCF services.
Some of these are available via the http://www.ABC.com/public URL, while others are available via http://
www.ABC.com/local URL.
ABCApp should be able to use the services through http://www.ABC.com/local. Programmers outside the ABC
company should be able to use the services through http://www.ABC.com/public.
You want to publish a clientaccesspolicy.xml file.
In which of the following locations should you publish the clientaccesspolicy.xml file?
You work as a Silverlight 4.0 developer for ABC.com.
You are in the process of creating an application via Silverlight and MS .NET Framework 4. The application is named ABCApp13, and includes a page named ABCPage. ABCPage has a button control and a TextBox control named ABCBC and ABCTB respectively. You have also defined a class, named ABCClass, within
ABCPage. ABCClass facilitates the ICommand interface. ABCBC has ABCClass bound to it as a command.
You have received instructions to make sure that ABCTB acquires the ABCTB Text property as a parameter.
Which of the following actions should you take?
You work as a Silverlight 4.0 developer for ABC.com.
ABC.com has a Silverlight application named ABCApp that includes a page named ABCPage. You have configured a grid control for ABCPage, named ABCLayout.
You have received instructions to add a button to ABCLayout's first column. Furthermore, you are required to meet the requirements shown below:
The ToolTip of this button must be set to Help is available.
The content of this button must be set to Help.
What should be done in this scenario?
You work as a Silverlight 4.0 developer for ABC.com. You are in the process of developing a Silverlight
application named ABCApp21, which includes an employee object.
You have defined the employee object in a public class named Employee. The employee object has an
EmployeeId property configured as an Integer data type, a Wages property configured as a Double data type, a
HireDate property configured as a DateTime data type, and an EmployeeName property configured as a String
data type.
You have been instructed to present the EmployeeId, Wages, and HireDate of the employees in a list, in this
exact order.
You start by writing the following code: (Line numbers are for reference purposes only.)
1.
2.
3.
4.
5.
6.
7.
Which of the following segments should be added at line 4?
You work as a Silverlight 4.0 developer for ABC.com. You are in the process of creating a a Silverlight application named ABCApp.
You have configured ABCApp to include a web page named ABCPage that includes a TextBox named
ABCTime. You have written code to define a JavaScript function to display the value of ABCTime on the
ABCPage.
You want to make sure that the current value of ABCTime is displayed on ABCPage.
Which of the following is the line of code you should use?
You work as a Silverlight 4.0 developer for ABC.com. You are in the process of designing a Silverlight
application named ABCApp.
ABCApp has been created as an out-of-browser type application, which includes a main page that makes use
of the NetworkChange.NetworkAddressChanged event with the ABCMethodWithToastRaising method.
You are required to configure ABCApp must to issue a Toast notification whenever there is a change of the
access to the network.
Which of the following actions should you take? (Choose all that apply.)