August 2010
Intermediate to advanced
1224 pages
34h 17m
English
In this chapter, you had a brief introduction to Microsoft’s new presentation layer framework, the Windows Presentation Foundation. We investigated the overall framework architecture and its programming model, including the new concept of using declarative markup to design and lay out a WPF client application’s user interface. And we saw how the Visual Studio WPF Designer can be used to quickly craft compelling user interfaces using the same development processes we use when building Windows Forms or even ASP.NET applications.
We spent some time discussing the basics of control layout—a central theme in WPF—and covering the first-class data binding support that WPF enjoys.
As mentioned, developers trying to learn WPF will find that ...