Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, Second Edition (Pro)
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, Second Edition (Pro) | |||||||||||||||||||||||||||||
|
The Microsoft Windows Presentation Foundation provides the foundation for building applications and high–quality user experiences in Windows Vista. WPF blends application user interface, documents, and media content to provide richer control, design, and development of the visual aspects of Windows programs. Author Matthew MacDonald shows you how WPF really works. His no–nonsense, practical advice will get you building high–quality WPF applications quickly and easily. MacDonald will take you through a thorough investigation of the more advanced aspects of WPF, and its relation to other elements of the WinFX stack and the .NET Framework 3.5, to complete your understanding of WPF and C# 2008. WPFs functionality extends to support for Tablet PCs and other forms of input device, and provides a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data–driven UI and visualization, as well as the integration points for weaving the application experience into the Windows shell. What you’ll learn
Who is this book for?Developers encountering WPF and .NET 3.5 for the first time in their professional lives About the Apress Pro SeriesThe Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career. Related Titles
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 11 of 11 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 10-08-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book is laid out in a clear, straight-forward way. The chapters, and content within each, flow well. There is so much to learn with WPF, evidenced by the size of this book, that it can be daunting. However, Matthew takes a pragmatic, step-by-step approach which makes it very digestible. On numerous occasions I've found myself learning something in a paragraph but coming up with questions, only to find answers to those exact questions in the following paragraphs.
I just searched and see that the author is writing a Silverlight 2 book. Sign me up! (Review Data Last Updated: 2008-10-11 06:54:35 EST)
|
|||||||||||||||||||||||||||||
| 09-24-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
What makes developers who migrate from WinForms, MFC, etc. excited on WPF is the plenty of paths that goes to the customization of built-in/user-defined controls.
This book covers all aspects of control customization clearer than any other online article, or book on WPF that I've read. It's initially my primary source of information on WPF, as it has a broad coverage of topics with a well defined scope. (Review Data Last Updated: 2008-10-08 06:21:34 EST)
|
|||||||||||||||||||||||||||||
| 09-02-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
So far, I've found Pro WPF to be a decent reference and a very good overview of WPF. I was particularly interested in the chapter on text layout, which was good but not great. I would have appreciated it if that chapter was a little more in depth, but it's still the best treatment of fixed and flow documents that I have found.
(Review Data Last Updated: 2008-09-25 04:38:27 EST)
|
|||||||||||||||||||||||||||||
| 08-09-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is the book to get if you want expert guidance on, say, how to leverage WPF features to give your user interface controls a different look and feel because the author provides plenty of substantive examples and even covers some features not documented well elsewhere. If you're looking, however, for guidance of the more "architectural" kind such as what WPF facilities and techniques will help you implement modern day variants of the Model View Controller design pattern such as MVP or MVVM, you will not find it in this book. Also, this is probably not a book that you can (or will) read from cover to cover in a few sittings because some of the scenarios covered may not be applicable to you right away in that they're fairly advanced or don't occur frequently, so be forewarned: this book can be difficult to wade through at times. But overall, an excellent reference!
(Review Data Last Updated: 2008-09-03 04:09:32 EST)
|
|||||||||||||||||||||||||||||
| 08-09-08 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book is brimming with so much content that readers may often feel they've been left to their own devises to figure out what content may be applicable to high-probability scenarios and what may really be just nice to know minutiae that they may not really have to use anytime soon. The author does provide such guidance every once in a while but not often enough, and even when he does, I sometimes wished he had just skipped the minutiae altogether to save me some precious reading time.
(Review Data Last Updated: 2008-08-11 06:13:19 EST)
|
|||||||||||||||||||||||||||||
| 06-25-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I love the Petzold book Applications = Code + Markup, but it covers a subset of WPF and is out of date now. Pro WPF in C# 2008 is up-to-date, covers a much larger subset, and doesn't shy away from the hard stuff. Almost every time I turn to this book, I find either an answer or a new pointer that leads to the answer on-line. Yesterday, I found a method called TemplatedParent that is ill-covered in my other books. Today, I found IScrollInfo. Highly recommended as a well-written, comprehensive, up-to-date WPF reference for intermediate to advanced developers. For starting out, I still recommend the Petzold book, which really tries hard to build understanding.
(Review Data Last Updated: 2008-08-15 04:39:00 EST)
|
|||||||||||||||||||||||||||||
| 06-04-08 | 2 | 2\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I generally like Matthew's writing, but this one really fell short of my expectations, esp considering it's a 2nd edition (I've never read the first edition, though).
Pros: - it gave a good overview of what WPF is all about(the underlying DirectX etc), and why we need yet another Windows GUI technology. Cons: - it lacks substance, each chapter mostly contains a shallow description of a "feature" of WPF, with some code snippets. The content feels more like a showoff of what WPF can do + some tips & tricks. - there is no central theme in the book, ie. the author doesn't hold your hand and build a non-trivial app using the key features of WPF. So at the end of the book, i'm still at a loss as to how to re-write some of my Windows Forms apps in WPF. - it's completely focused on the WPF technology, with hardly any information on the fundamentals of Computer Graphics theory and how it's related to WPF. I guess for most folks who just want to cobble togther a form with a few data bound controls in it, this prob isn't a problem. But to create commercial apps in WPF, this book is just not enough. (Review Data Last Updated: 2008-06-26 06:47:58 EST)
|
|||||||||||||||||||||||||||||
| 04-23-08 | 4 | 0\9 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The book is good so far. Only about 150 pages into the book, but so far easy to read, examples range from simple to more advanced. I will post another review upon completion.
(Review Data Last Updated: 2008-06-05 19:04:25 EST)
|
|||||||||||||||||||||||||||||
| 04-11-08 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I've bought three books about WPF, including Windows Presentation Foundation Foundation Unleashed and Silverlight 1.0 Unleashed. Matthew MacDonald's book is for developers and is what I needed. It uses Visual Studio 2008 and is up to date with current development tools. I've also read his books on ASP.NET and this is one top-notch author. I fully recommend this book.
(Review Data Last Updated: 2008-04-23 20:42:16 EST)
|
|||||||||||||||||||||||||||||
| 03-19-08 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Please buy this book if you haven't explored Windows Presentation Foundation. The separation of the UI (with XAML) and the code-behind page controller (C# or VB.NET) will revolutionize .NET development. If you don't have a designer you must learn Microsoft Expression Blend, but a UI designer will push your view (from Model-View-Controller) to the extreme.
The browser-based XBAP works like a Winform app, but it can be viewed in Internet Explorer. If you've ever tried to create a dirty flag to denote changes in form data in ASP.NET, you know how superior Winforms are for this purpose. XBAPs give you the ability to access the textbox text changed event like Winforms. This takes a ton of JavaScript to accomplish the same programming task in ASP.NET forms. The update of the application to the client machine (the XBAP runs on the client) can be done with new technolgy called ClickOnce. What a technology! I've even tried to learn the XAML markup from a very good chapter on this. This book is really well done. Kudos to the author. (Review Data Last Updated: 2008-04-12 08:12:53 EST)
|
|||||||||||||||||||||||||||||
| 03-14-08 | 5 | 3\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have the first edition of this book (Pro WPF: Windows Presentation Foundation in .NET 3.0), so I was hesitant in buying this version. WPF 3.5 did not have major feature upgrades from 3.0. I am glad that I did buy it, but I can't really recommend doing so for other people with the .NET 3.0 version, only because there is not that much new material.
However, I highly recommend the book if you don't own the previous edition. I also highly recommend it even if you have the first one and you are like me and pretty much trashed my first edition copy. It has been through several storms and has a lot of notes and ink running all over it. So it is nice to have a new copy to beat the crap out of. I also like having the latest information I am using up to date. Here is what is new in this release: --Firefox support for XBAPs. --Data binding support for LINQ. --Data binding support for IDataErrorInfo. --Support for placing interactive controls (such as buttons) inside a RichTextBox control. --Support for placing 2-D elements on 3-D surfaces. --An add-in model. Matthew has added content for all the topics listed above. Some of the highlights of the book I like: --His in-depth coverage of printing. --His Custom Elements chapter. --The new chapter on Application Add-Ins. --The chapter on using ClickOnce with WPF. --Everything is gone into in depth. This is not a brush over the topic book. --The usability of the code makes the book all that much more valuable. The book focuses on WPF only. It has a few pages on LINQ, but that is about it as far as the rest of the .NET 3.5 framework goes. In other words, the book does cover how to best use WPF in relationship to WCF, WF, or LINQ. This does not take anything away from the book because Matthew does not claim that the book does this. I only mention it because his ASP.NET 3.5 book does go into LINQ application integration. The downloadable code is very well organized and is very usable. I highly recommend this book to anyone getting into WPF with .NET 3.5. (Review Data Last Updated: 2008-03-19 19:43:07 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 11 of 11 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |