Search
Go

Shop by category
 
Programming WPF
Email a friendView larger image

Programming WPF

List Price: $49.99
Our Price: $30.99
You Save: $19.00 (38%)
Shipping: This item ships for FREE with Super Saver Shipping.
SKU:

ACOUK_book_usedverygood_0596510373

In Stock
Usually ships in 1 business days
Only 4 left in stock, order soon!

Note: Item may be sold and shipped by another company. Learn more.
Description:

If you want to build applications that take full advantage of Windows Vista's new user interface capabilities, you need to learn Microsoft's Windows Presentation Foundation (WPF). This new edition, fully updated for the official release of .NET 3.0, is designed to get you up to speed on this technology quickly. By page 2, you'll be writing a simple WPF application. By the end of Chapter 1, you'll have taken a complete tour of WPF and its major elements.

WPF is the new presentation framework for Windows Vista that also works with Windows XP. It's a cornucopia of new technologies, which includes a new graphics engine that supports 3-D graphics, animation, and more; an XML-based markup language, called XAML, for declaring the structure of your Windows UI; and a radical new model for controls.

This second edition includes new chapters on printing, XPS, 3-D, navigation, text and documents, along with a new appendix that covers Microsoft's new WPF/E platform for delivering richer UI through standard web browsers -- much like Adobe Flash. Content from the first edition has been significantly expanded and modified. Programming WPF includes:

  • Scores of C# and XAML examples that show you what it takes to get a WPF application up and running, from a simple "Hello, Avalon" program to a tic-tac-toe game
  • Insightful discussions of the powerful new programming styles that WPF brings to Windows development, especially its new model for controls
  • A color insert to better illustrate WPF support for 3-D, color, and other graphics effects
  • A tutorial on XAML, the new HTML-like markup language for declaring Windows UI
  • An explanation and comparison of the features that support interoperability with Windows Forms and other Windows legacy applications

WPF represents the best of the control-based Windows world and the content-based web world. Programming WPF helps you bring it all together.

Product Details:
Author: Chris Sells
Paperback: 864 pages
Publisher: O'Reilly Media
Publication Date: September 04, 2007
Language: English
ISBN: 0596510373
Product Length: 9.18 inches
Product Width: 7.08 inches
Product Height: 1.89 inches
Product Weight: 3.02 pounds
Package Length: 9.2 inches
Package Width: 7.0 inches
Package Height: 2.0 inches
Package Weight: 3.05 pounds
Average Customer Rating: based on 60 reviews
Customer Reviews:
Average Customer Review: 4.5 ( 60 customer reviews )
Write an online review and share your thoughts with other customers.


Most Helpful Customer Reviews

14 of 16 found the following review helpful:

5Ignore the 2 and 3 star reviewsApr 25, 2008
By Jason Goemaat
I say to ignore those reviews because they do not refer to this book. This is the second edition published August 28, 2007 with 863 pages. Those reviews are based off of the first edition published nearly two years before (September 12, 2005) and with only 447 pages.

Using Amazon's 'Search inside this book' takes you to the 2005 edition also. That shows only 10 chapters while this edition has 17. Most of the negative comments from the 2 and 3 star reviewers seem to have been resolved.

21 of 26 found the following review helpful:

5Learn To Use WPF & XAMLOct 21, 2005
By Daniel McKinnon "Dan"
Wow things sure have changed since the early days of Windows programming!! The first thing that hits you as you open up '
Programming Windows Presentation Foundation' by Chris Sells and begin to learn how to program Windows for the future is how different things are compared to where they were just a few years ago when MFC was still the norm.

Gone are the confusing syntax of MFC and deciding whether to put things in the Document or View part of your application. Gone is the hard to follow API and gone are the basic graphics and simple controls that you once had!! As I went through this book I was truly astounded at how different programming in Windows will be for Vista... while daunting in HOW different this is from the past, I love that fact that Microsoft has worked to try and simplify things in that each "page" is like an application in itself. Since everything is class-based in .NET, each XAML page has its very own class associated with it that can be used to easy talk and populate the Vista page in question that you are coding.

It's quite clear that with the next generation of Windows, one of the main focus points was the graphical side of things. With WPF, there are a myriad of graphics APIs built in, and it's very easy to create shapes, animations, effects, etc. with a very simple set of code.

This is an important work, important because it is getting a taste of Avalon out to the public very early and will allow programmers to start getting familiar with it right away. The writing style is easy to follow and examples are present throughout to give the reader plenty of opportunity to see the next generation of Windows in all its glory. I was happily surprised to turn to the middle of an O'Reilly book and see COLOR pages to emphasize the kind of graphical abilities that are built in = nice touch!!

No doubt with this being a beta book that things will change as we get closer to the Vista release date, but this is a required read for anyone that will be programming on the newest generation of Windows in the future.

***** HIGHLY RECOMMENDED

45 of 60 found the following review helpful:

2Very Out Of DateApr 28, 2006
By Jason Jackson "Jason Jackson"
While Avalon aka Windows Presentation Framework is still in beta, I had hoped that the code examples and references in this book would not be far out of date. I am finding that they are dramatically out of date (writing this review 04/27/2006). This is not to criticize the quality of the book or of the content; it appears to be well written. However, it was written in September 2005, and there has been at least 3 new beta releases of the framework since then. About 1/2 of the examples I have tried will not even compile, or have bad runtime errors.

The "big concepts" are mostly unchanged. However, I cannot recommend this book to anyone. Programmer to programmer, you will be better off reading examples from online sources like msdn.microsoft.com and downloading new WPF tools like "Expression". This book will find you confused with broken examples fast. I look forward to an updated version when Avalon solidifies.

12 of 15 found the following review helpful:

2No business valueApr 11, 2007
By James D. Peckham
I learned more on wpf from Microsoft Expression blend tutorials on weblogs than i did in this book.

It will tell you a lot about
1)Layout (manual layout in code/xaml)
2)Graphics (manual graphics in code/xaml)

It will NOT tell you about
1) dynamic data binding
2) how to create an app start to finish using expression and all of the tools available to you for wpf
3) how to validate data
4) how to use the navigation service and pages
5) how to use page functions
6) how to use property bags


And those are just the road blocks i've run into so far and had to research on my own. This book really let me down by not giving me even the slightest hint into the tools i would need to finish a business project!

4 of 4 found the following review helpful:

3Good overview but details must be obtained elsewhereJan 07, 2009
By Gerry 73
A person learning C# programming like me needs a method to gather user input and show results to users; WPF is the obvious choice. This book provides a good overview of WPF and gets you started programming it. However, you will still have to make frequent reference to the Microsoft library documentation for details of the various classes. Also, many of the examples are advanced and presume you are just adding on WPF knowledge to a strong .NET probramming background. This makes the book of limited value to beginners.

See all 60 customer reviews on Amazon.com
Recently Viewed
Apache Security
Apache Security
$67.54
EJB 3 in Action
EJB 3 in Action
$31.49
Spidering Hacks
Spidering Hacks
$16.35
About Us   Contact Us
Privacy Policy Copyright © , Security Books. All rights reserved.
Web business powered by Amazon WebStore