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

Question: Which of the following is correct?

  1. OpenFileDialog is supported in the full-screen mode.
  2. SaveFileDialog is supported in the full-screen mode.
  3. SaveFileDialog is not supported in the full-screen mode.
  4. OpenFileDialog and SaveFileDialog are not supported in the full-screen mode.

Correct Answer: 4


Question: How do you obtain your public key token from a signed assembly?

  1. Using Visual Studio command prompt.
  2. Execute sn.exe –T in Visual Studio command prompt.
  3. None of the above
  4. Both 1 and 2.

Correct Answer: 1


Question: The process of splitting an assembly into several parts and loading them on-demand is done using _________.

  1. Managed Extensibility Framework.
  2. Base Class Libraries.
  3. All of the above.
  4. None of the above.

Correct Answer: 1


Question: The resource file to be used in a silverlight project is determined by setting which of the following properties?

  1. Thread.CurrentThread.CurrentUICulture
  2. Thread.CurrentUICulture
  3. Thread.CurrentThread.Culture
  4. None

Correct Answer: 1


Question: Which of the following functionalities are provided by the CollectionViewSource class?

  1. Sorting
  2. Filtering
  3. Display multiple views of data that stay synchronized with user selection changes.
  4. All of the above

Correct Answer: 4

Tagged , . Bookmark the permalink.

Leave a Reply