Illustrated WPF (Expert's Voice in .NET) and over one million other books are available for Amazon Kindle. Learn more

Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Start reading Illustrated WPF (Expert's Voice in .NET) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Illustrated WPF [Paperback]

Daniel Solis
5.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 45.82
Price: CDN$ 28.82 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 17.00 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 2 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Tuesday, May 28? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Kindle Edition CDN $20.35  
Paperback CDN $28.82  

Book Description

Dec 10 2009 1430219106 978-1430219101 1

Windows Presentation Foundation is Microsoft’s newest API for creating Windows applications. It gives the programmer the ability to produce dazzling, graphics–rich programs easily without having to delve into the messy details of the graphics subsystem.

To use this power, however, the programmer must learn new concepts for laying out pages and displaying graphics. Illustrated WPF presents these concepts clearly and visually—making them easier to understand and retain.

What you’ll learn

  • The important new concepts underlying programming in WPF, including the visual tree, the logical tree, dependency properties, and routed events.
  • The XAML markup language and how it is used to create and initialize objects in WPF. You’ll also learn how XAML and C# code work together to producing stunning programs.
  • How to lay out screens and graphics using WPF’s various panel types, and how to achieve a consistent visual appearance throughout a program, using resources, styles, and templates.
  • How to bind visual elements to data sources.
  • How to perform graphics transformations to produce eye–catching displays, and how to use animation to produce pages that are alive with action.
  • How to use the WPF document types for text layout and navigation.

Who is this book for

This book is for C# programmers wanting to learn to program Microsoft’s latest method of building stunning Windows programs—Windows Presentation Foundation. They could be web programmers familiar with ASP.NET or programmers coming from Windows Forms. This book is designed for those who want a concise but thorough, visual presentation of the platform. It is not for those who want a long, leisurely, verbose explanation of the platform.


Customers Who Bought This Item Also Bought


Product Details


Product Description

About the Author

Daniel Solis is a contract software engineer who has worked for a number of high-profile clients, including Microsoft Consulting Services, IBM, Lockheed Martin, and PeopleSoft. He has been programming and teaching object-oriented languages and development methods throughout the US and Europe since the early days of C++. It was while teaching numerous seminars on various programming languages that he realized the immense power of diagrams in explaining programming language concepts.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
5.0 out of 5 stars
5.0 out of 5 stars
Most helpful customer reviews
5.0 out of 5 stars I'd give it six stars if I could... Aug 27 2012
Format:Paperback|Amazon Verified Purchase
This is an awesome book written by an expert who gets you straight to the point without losing any time. Although one might argue that it does not necessarily cover all the features (an impossible feat for any book on any major topic these days), you will have a strong foundation to build upon by simply learning what is contained in this book. I would most certainly recommend this gem of a book to any beginner on WPF without hesitation.
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.1 out of 5 stars  18 reviews
19 of 20 people found the following review helpful
5.0 out of 5 stars Get started with WPF from this book Feb 11 2010
By Dimitrios Peltekis - Published on Amazon.com
Format:Paperback
I have found this book to be the only one which I could follow until the end. I have purchased Nathan's unleashed and also had a glimpse on pro WPF, and I couldn't read them past the second chapter. Not to say that these are not good books, but somehow you must already know WPF before reading them.

What this book is not:
>> A thick reference volume on WPF
>> A volume covering advanced subjects

What this book is:
>> A book that makes clear to the reader the nuances of WPF like interconnection with a markup language XAML, data binding, dependency/attached properties, routing events etc, e.g. the basic stuff of WPF but also the most frustrating to a reader first entering the world of WPF. The author makes clear from the start what a WPF app. is composed of and what all these files are when you start a new WPF project in VS, etc.

After reading this book (which i repeat is very easy to follow) you can:

>> (At last) read many articles and subjects on various blogs in net about WPF
>> Read with confidence and clear mind more extended books
>> start to play with WPF

That's the best starting book on WPF I think

ps. sorry for the syntax and mispellings
19 of 20 people found the following review helpful
5.0 out of 5 stars One Good Picture is Worth a Thousand Words Dec 10 2009
By Evan Lim - Published on Amazon.com
Format:Paperback
If you are a WPF architect, programmer or serious WPF student, you must get a copy of "Illustrated WPF" by Dan Solis. Solis has an uncanny ability to combine figures/diagrams with a few concise paragraphs to visually show how WPF actually works. It's like having a WPF guru explain WPF by drawing little pictures on a white board while she talks.

This book is well-suited for students learning WPF or experienced WPF programmers who need a quick refresher of key WPF concepts. The code samples are short and to the point. It does not have complicated samples which are found in many other WPF books.

Other WPF books typically describe a concept in text and then illustrate that concept using code samples and screen shots. The reader is left to translate the text into a mental image which he needs to really understand the concept. This is a significant obstacle for people trying to learn WPF. Solis literally draws you the "big picture" and shows you how the WPF pieces fit together visually. This is particularly evident in Solis's explanation of dependency properties and WPF commands, which are missing, glossed over or undecipherable in other books.

This book is an ideal complement to Microsoft's online documentation and other reference manuals. I use Solis's illustrations to trace what the documentation is trying to say. I've had a number of "ah-ha, I now see what that means" moments while studying the illustrations.

I often download code samples to see how other programmers have implemented a particular WPF feature. Samples from Microsoft tech evangelists or WPF Disciples are among my favorites. Unfortunately, samples by experts frequently have a snippet or two of arcane WPF usage, such as data binding, templates or animation in Xaml. Solis's book has helped me quickly unravel those code snippets without plowing through a whole chapter of another book.

Finally, if you liked Solis's "Illustrated C# 2008 (Windows.Net)" book you will definitely see that "Illustrated WPF" has the same approach and high value. I highly recommend both of them.
10 of 10 people found the following review helpful
5.0 out of 5 stars As advertised - visual and concise. Feb 12 2010
By N. Martin - Published on Amazon.com
Format:Paperback
If you are new to WPF, or as in my case, you'd gotten your feet wet but are having trouble grasping the basics, this book is a perfect first stop. Dan Solis uses his illustrations to give the reader a useful perspective into the inner workings of WPF, though a few of the illustrations felt like they were included as a matter of principal to fit the title. Before reading this book I found myself mired in various online examples and tutorials, typically written to achieve very specific goals. Though I ultimately found these useful (particularly when revisiting them after reading the corresponding sections of this book), they didn't improve my fundamental understanding of the technology. Illustrated WPF gave me that foundation.

One aspect of the book I liked in particular is how the author used both XAML and imperative code to demonstrate how to use the technology - whereas online resources almost always only include the XAML. Though in practice you might rarely create WPF elements imperatively, this was extremely beneficial to me because it eliminated the "magic" of WPF.

I would not consider this book the end-all learning material, but rather a first step. WPF has far more depth than what is covered in this book, but I would recommend anyone who is diving into this unique technology to do it with this book.
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges