C. Speeding MIS development and reducing the amount of
code
It is a puzzle that how UI resources can be reused in
windows client applications. Before WPF released,
developers had not found out an effective way to solve the
problem. Now they can use WPF's support for resources to
share the same code UI, which can include anything from
fonts and background colors to control templates, data
templates, and styles.
There are a variety of resource scopes, including the
following: an individual control, a window, an Application.
You can also package one or more resources using a separate
Resource Dictionary that can be referenced in other parts of
an application. For example, the following example defines
two strings in the Resource Dictionary-"Dictionaryl.xaml".