Pro WPF Windows Presentation Foundation in NET 30 Matthew MacDonald 9781430214304 Books
Download As PDF : Pro WPF Windows Presentation Foundation in NET 30 Matthew MacDonald 9781430214304 Books
This book explains how WPF works from the ground up. It is one of the first books available, and also one of the most detailed. It follows on from the author’s previous and highly successful books covering Windows Forms. It is a one-stop shop in Apress’ proven ‘Pro’ style that leaves readers with a deep understanding of the technology and able to take the concepts away and apply them for themselves. The book is written by Matthew MacDonald, author of two highly successful books on WPF’s predecessor technology and with a proven track record of explaining breaking technologies clearly and precisely.
Pro WPF Windows Presentation Foundation in NET 30 Matthew MacDonald 9781430214304 Books
I really didn't need another book on WPF, at least that is what my girlfriend would say. I already own "Applications = Code + Markup" by Charles Petzold, "Essential Windows Presentation Foundation" by Chris Anderson, "Foundations of WPF: An Introduction to Windows Presentation Foundation" by Laurence Moroney, "Windows Presentation Foundation Unleashed" by Adam Nathan, and "Professional WPF Programming: .NET Development with the Windows Presentation Foundation" by an assortment of Wrox authors.But I saw Pro WPF: Windows Presentation Foundation in .NET 3.0 on Amazon and decided to investigate the possibility that I need to have it. After reviewing the TOC I still wasn't sure. But after downloading the code from Apress I was sold. I have been a fan of Matthew MacDonald for some time. He has definitely worked his magic on this title.
Some of the highlights I like:
His in-depth coverage of printing.
His Custom Elements chapter.
His approach with 3-D drawings makes extensive use of the 3DTools from CodePlex.
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.
He also has a great site named ProseTech that has a companion site for the book. It contains all the links found in the book
For extreme coverage of Expression Blend you will have to by a book specifically on Blend. Too bad no good ones exist yet. One I have seen that is out has bad reviews. None of the books I have listed above cover Blend in-depth at all. The Wrox book has 2 high level chapters on it, but I have been playing with Blend 2 a lot and find myself in the XAML most of the time because I don't know how to get to what I want to do in Blend. On that note, this book is excellent for showing you how to work XAML to the maximum.
This book also does not cover Silverlight. It is a book about Windows Applications, not Browser Applications.
I highly recommend this book as addition to any developer's or designer's (those who need to know XAML) library. It was definitely worth buying.
Product details
|
Tags : Pro WPF: Windows Presentation Foundation in .NET 3.0 [Matthew MacDonald] on Amazon.com. *FREE* shipping on qualifying offers. <P>This book explains how WPF works from the ground up. It is one of the first books available, and also one of the most detailed. It follows on from the author’s previous and highly successful books covering Windows Forms. It is a one-stop shop in Apress’ proven ‘Pro’ style that leaves readers with a deep understanding of the technology and able to take the concepts away and apply them for themselves. The book is written by Matthew MacDonald,Matthew MacDonald,Pro WPF: Windows Presentation Foundation in .NET 3.0,Apress,1430214309,Computer science,Software engineering,COMPUTERS Software Development & Engineering General
People also read other books :
- A Tough Man Woman edition by Deborah Camp Romance eBooks
- Madness of March a mystery novel edition by Burt Golden Literature Fiction eBooks
- Le coq qui voulait voyager French Edition Eric Carle 9782871427117 Books
- Dragons Sky Paranormal Shifter M/M Navy Sea Volume 4 Noah Harris Books
- Deeds of Honor Paksenarrion World Chronicles eBook Elizabeth Moon
Pro WPF Windows Presentation Foundation in NET 30 Matthew MacDonald 9781430214304 Books Reviews
Books stated purpose This book is an in-depth exploration of WPF for professional developers who know the .NET platform, the C# language, and the Visual Studio development environment.
This book introduces the developer to the WPF (Windows Presentation Foundation), which is a new graphical display system for Windows. This book is well written from beginning to end, and takes the developer through the process of learning how to utilize the capabilities of WPF. The author provides references to outside sources throughout the book. These either provide a more in depth look at the current topic, or point to a tool that would be useful. The author introduces WPF in a manner that lets developers of any level understand what WPF is and the benefits of using WPF. Then chapter by chapter he provides instructions and examples that take the developer through the learning process about WPF.
System Requirements;
* To run WPF applications, you must be running Windows Vista or Windows XP with Service Pack 2.
* To create WPF application, you must have either Visual Studio 2005 with .NET 3.0 and the WPF extension, or Visual Studio 2008.
The early part of the book is about the basics in and about WPF. The author gives basic, but understandable examples that lead the developer in a growing understanding of WPF. Once the developer has the basics of WPF down, the author begins to build on this base.
One of the basics covered is the creation of the Application object. This is the foundation for all the code throughout the book. Another basic operation covered is the layout of the forms. WPF provides the ability for Windows forms to dynamically grow and resize based on data and language, similar to Web Forms. It takes more work to set up a form, but it will give the user a much better experience in using it.
Now that the developer has the basics, the author moves along the path for using them. The developer is introduced to the WPF controls and how to develop with them. There are a number of features added to familiar controls. Some examples include Tooltips can now contain both images and text. Multi-line text boxes can grow dynamically and text does not have to always break where it fits the textbox edge. You can add a dynamic spell check to textboxes.
There is a chapter on building control templates or modifying existing controls. This feature appears to be more powerful, and quicker than the old method of building a new specialized control from scratch.
The following topics are part of what is covered as the book continues. Data Binding to a database, Printing, Animation, Sound and Video and 3-D drawing.
The author wraps the book up with a short tutorial on using the ClickOnce Deployment. If the developer has already learned to use the ClickOnce Deployment, this chapter can be skipped. However, it is a useful conclusion to the book if the developer has not yet used the ClickOnce Deployement.
The book is pretty detailed. This review only touches on a few of the highlights from the book that specifically caught the reviewer's eye. It is worth adding to any developers library if they are looking to do new development for Windows Vista or Windows XP SP2.
Judging by the number of reviews, MacDonald's fan base is similar to that of Alison Balter-Mastering Access 97 Development (one of SAMS best). The learning and example experience is fairly similar. I got Pro WPF before the VB version came out. Migrating from VB to WPF is difficult enough without dealing with C#. The downloaded code of the VB version is only for examples but they are generally relevant to me. I still break out Visual Basic 2005 (.NET or Bust) for a succinct reorientation.
I really didn't need another book on WPF, at least that is what my girlfriend would say. I already own "Applications = Code + Markup" by Charles Petzold, "Essential Windows Presentation Foundation" by Chris Anderson, "Foundations of WPF An Introduction to Windows Presentation Foundation" by Laurence Moroney, "Windows Presentation Foundation Unleashed" by Adam Nathan, and "Professional WPF Programming .NET Development with the Windows Presentation Foundation" by an assortment of Wrox authors.
But I saw Pro WPF Windows Presentation Foundation in .NET 3.0 on and decided to investigate the possibility that I need to have it. After reviewing the TOC I still wasn't sure. But after downloading the code from Apress I was sold. I have been a fan of Matthew MacDonald for some time. He has definitely worked his magic on this title.
Some of the highlights I like
His in-depth coverage of printing.
His Custom Elements chapter.
His approach with 3-D drawings makes extensive use of the 3DTools from CodePlex.
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.
He also has a great site named ProseTech that has a companion site for the book. It contains all the links found in the book
For extreme coverage of Expression Blend you will have to by a book specifically on Blend. Too bad no good ones exist yet. One I have seen that is out has bad reviews. None of the books I have listed above cover Blend in-depth at all. The Wrox book has 2 high level chapters on it, but I have been playing with Blend 2 a lot and find myself in the XAML most of the time because I don't know how to get to what I want to do in Blend. On that note, this book is excellent for showing you how to work XAML to the maximum.
This book also does not cover Silverlight. It is a book about Windows Applications, not Browser Applications.
I highly recommend this book as addition to any developer's or designer's (those who need to know XAML) library. It was definitely worth buying.
0 Response to "⇒ [PDF] Free Pro WPF Windows Presentation Foundation in NET 30 Matthew MacDonald 9781430214304 Books"
Post a Comment