September 2012
Intermediate to advanced
464 pages
10h 55m
English
In this chapter we will cover:
Traditional application resources consist of binary chunks of data, typically representing things such as icons, bitmaps, strings, and XML. In fact, the .NET framework provides generic support for these through the
ResourceManager class.
WPF is no different—binary resources play an important role in a typical application. However, WPF goes a lot further with another kind of resource: logical resources. These are objects, any objects, which can be shared and ...