Multiple Choice
Which of the following statements is false?
A) As in a Windows Store app,the App class defines app-level event handlers (for events like the Launching,Activated,Deactivated and Closing) ,app-wide resources and more.
B) The app-level event handlers are defined in class App's code-behind file (App.xaml.vb) -only the Visual Basic compiler can add code to these event handlers to respond to any of these events.
C) A WP8 app consists of one or more pages that are derived classes of PhoneApplicationPage (namespace Microsoft.Phone.Controls) .
D) As in Windows 8 UI,each page's XAML specifies the controls that enable the user to interact with the page,and each page's code-behind file defines the page's functionality.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Which of the following statements is false?<br>A)A
Q5: Which statement about free vs.paid apps is
Q6: Which of the following statements about Grids
Q7: Which of the following statements about Monetizing
Q8: Which of the following statements is false?<br>A)As
Q10: Which of the following statements about the
Q11: Which of the following statements is false?<br>A)When
Q12: Which of the following statements is false?<br>A)Before
Q13: You can call a TextBox's _ method
Q14: Which of the following statements is false?<br>A)The