August 2015
Beginner
1075 pages
40h 42m
English
WPF brings a lot of new concepts and new coding territory with it (and can represent a fairly significant learning curve for developers). But let’s take a brief look at the overall architecture of the WPF platform and then dissect the programming model.
Physically, WPF is implemented with a series of three assemblies:
WindowsBase.dll
PresentationFramework.dll
PresentationCore.dll
Every presentation layer ...
Read now
Unlock full access