WPF in Action with Visual Studio 2008

WPF in Action with Visual Studio 2008
Authors
arlen feldman, maxx daymon
ISBN
1933988223
Published
28 Nov 2008
Purchase online
amazon.com

Now more than ever, Windows applications have to work well and look good. Windows Presentation Foundation (WPF), Microsoft's new user interface framework, gives you the ability to create stunning graphics, rich interactions, and highly-usable Windows applications. WPF is the API beneath Windows Vista interfaces, and it's also available for older versions of Windows.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

said
The book is written on very clear and easy to read language. The book contains many detailed samples. I found answers on many my problems. This book must be in your WPF-book library.

said
I admire the way WPF has been presented in this book. Arlen Feldman and Maxx Daymon have done a masterful job.

The two extremes of technology books are the densely-typed reference works that make your eyes tear over and the happy-chatty books that try too hard to convince you that you are having a good time. WPF in Action steers carefully between these extremes by providing a deep understanding of the WPF technology through what are basically step-by-step tutorials that build upon each other.

WPF is a mind-bending technology that seems to defy many of the rules we are used to in the WinForm and WebForm world. This means that understanding it can only come through actual hands on coding. WPF in Action facilitates this process and leads us through the mind-set change required to truly grasp WPF.

This is an excellent work, especially when complemented with something like Matthew MacDonald's Pro WPF in C#, which is much longer on the details but shorter on practicums.

jim21152 said
I concider this book a "must read" for anybody working with WPF. While I now have 6 books specifically on WPF, I find this one to offer a fresh look at a variety of topics, and their examples well documented and easier to work with than other books.
This could not be your only book on WPF, as I do not concider this a reference book, but more of a collection of well written tutorials. In that, not all areas of WPF are covered. As an example, unless its buried inside of a topic I have not looked at yet, there is no explaination of drag and drop.

Of the topics they do hit, you can expect that you will gain perspective into these areas that you did not have before. I personally found their treatment of custom controls to significantly further my understanding of how to architect my own.
The author's style of writting is "kind'a back-woods", which I feel they pulled off well. This style typically scares me, but I must admit that I found my stamina for forging ahead seems higher when I'm "cozied up" to this book.

Last word, if you have to have only two books on WPF, get a big fat one with lots of reference such as "Pro WPF in C# 2008", but make this your second book... the one that going to provide you with good experiments and insight into some core topics.

ev_yp said
According to the authors, their goal for this book is to not only teach developers how to use WPF, but more importantly, how to use it well and properly. For this reason, they offer a lot of their opinions about what they think are great and not so great about WPF as of the 3.5 SP1 Release, in comparison to Windows Forms, for example. Also, instead of just showing you the steps involved in, say, creating data bindings or animation effects, they show you how to go one or two steps further to create architecturally resilient frameworks that support easier swapping of animation effects or data access components. Divided into four parts, the book begins with a three chapter introduction that includes a historical discussion of how WPF is so different from previous UI Technology offerings from Microsoft. Part 2, consisting of Chapters 4 through 8, gets readers involved in building a calculator application and, through that process, teaches readers about controls, layouts, dependency and attached properties, events, styling and resource management. Part 3, consisting of Chapters 9 through 15, tackles data binding, graphics, and custom controls. The two lengthy chapters on data binding (Chapters 11 and 12) are, in my opinion, the best chapters in the book, covering rarely discussed topics such as MultiBindings, Priority Bindings, and current gotchas when working with results collections from LINQ queries and potential workarounds. Finally, Part 4 consists of one or two chapters each on XBAP, Printing, and Threading etc. Despite its heftiness, the book does not provide comprehensive coverage of WPF concepts; instead, the authors have carefully chosen the topics they wanted to concentrate on (for example, they provide simplified explanations of how attached and dependency properties work, choosing not to elaborate on the runtime complexities involved behind the scene). Also, the authors may be opinionated, but their rather folksy writing style makes the book an easy read.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“C++ : Where friends have access to your private members.” - Gavin Russell Baker