Exam 70-506 : Silverlight 4, Development Part – 5

Question: Resource Files are used to store the data in which of the following conditions? When you are not concerned about application startup time. When you want to simplify application distribution complexity by reducing the number of file dependencies. When you don’t need to update the resource file after it… Continue reading

Exam 70-506 : Silverlight 4, Development Part – 4

Question: The CultureInfo class of the System.Globalization namespace is used to retrieve which of the following information for a specific culture: Character set Currency symbol Date All of the above. None of the above. Correct Answer: 4 Question: We can specify that the XAML file has sample data by setting… Continue reading

Exam 70-506 : Silverlight 4, Development Part – 3

Question: Which of the following is correct? Enable “NotifyOnValidationError” when you want the errors to be passed on in the hierarchy Enable “ValidateOnExceptions” property if you want to throw exceptions in your setters. If ValidatesOnNotifyDataErrors is set to true on a control, ErrorsChanged can be used to notify UI that… Continue reading

Exam 70-506 : Silverlight 4, Development Part – 2

Question: Which of the following is correct? OpenFileDialog is supported in the full-screen mode. SaveFileDialog is supported in the full-screen mode. SaveFileDialog is not supported in the full-screen mode. OpenFileDialog and SaveFileDialog are not supported in the full-screen mode. Correct Answer: 4 Question: How do you obtain your public key… Continue reading

Exam 70-506 : Silverlight 4, Development Part – 1

Question: In the MVVM(ViewModel) in silverlight, The View Should be as complex as possible. Represents the user interface that the user will see. Should not contain any login that you want to test. All of the above. Only 2 and 3. Correct Answer: 5 Question: OnError event in silverlight allows… Continue reading