你推荐什么WPF的书?

时间:2023-01-16 15:10:53

Well, i've got a nice WPF book its called Sams Windows Presentation Foundation Unleashed. I really like to read and learn with it. Are there any other WPF books you could recommend?

我有一本很棒的WPF书叫做Sams Windows Presentation Foundation发布。我真的很喜欢阅读和学习它。你还有什么书可以推荐吗?

9 个解决方案

#1


76  

I've found the following books very useful:

我发现下面的书非常有用:

Windows Presentation Foundation Unleashed - Adam Nathan
You mention you already have this book, however I wanted to give my opinion on it. It is a great book for the newcomer - it is printed in full color which is a great help for visualizing both xaml and concepts for WPF.

Essential Windows Presentation Foundation - Chris Anderson
This is also another great book for the newcomer. While it is not printed in color, it does give a great insight into how WPF works.

Pro WPF in C# 2008 - Matthew Macdonald
This is a great reference book - one that sits on my desk and is constantly referred too. However, I didn't feel is was as newbie friendly as the other two books above. This is the most recently released book (at the time of this posting), and has been updated for VS2008. This is useful, as there are some changes with the versions of WPF. I believe there is a VB.NET version available.

Programming WPF - Chris Sells & Ian Griffiths
Another great book - I wish this was available when I was first learning the framework.

Application = Code + Markup - Charles Petzold
This was the very first WPF I purchased. It is not very newbie friendly, and I wouldn't recommend it for a first-time-wpf'er. The fact that Xaml is not introduced until page 457 makes learning the technology for the real world very difficult. That said, this book is invaluable if you really want to understand how things work at a very deep level (which is also important to get the most of the framework.

Windows演示基金会发布-亚当·内森你提到你已经有这本书了,但是我想就它发表我的看法。这是一本非常适合新手的书——它是全彩色印刷的,这对于将xaml和WPF的概念可视化非常有帮助。必不可少的Windows表现基础-克里斯安德森这也是另一本伟大的书为新人。虽然它不是彩色印刷的,但它确实提供了一个伟大的见解,如何WPF的工作。这是一本很棒的参考书,放在我的桌子上,也经常被推荐。然而,我并不觉得自己像上面两本书一样友好。这是最近出版的一本书(在这篇文章中),已经更新为VS2008。这很有用,因为WPF的版本有一些变化。我相信有一个VB。净版可用。编程WPF——Chris sell和Ian Griffiths的另一本好书——我希望在我第一次学习框架的时候就能找到这本书。应用=代码+标记- Charles Petzold这是我购买的第一个WPF。这对新手来说不是很友好,我也不会推荐它作为第一次的wpf。Xaml直到第457页才被引入,这使得学习现实世界中的技术变得非常困难。也就是说,如果你真的想要了解事物是如何在一个非常深入的层次上工作的,这本书是无价的(这对于获得大部分框架也很重要。

The only book I would totally avoid is:

我唯一要避免的书是:

Professional WPF Programming - Chris Andrade et al.
While the content was Ok in this book, I just found the other books to be much clearer and delve to a much deeper level.

专业的WPF编程——Chris Andrade等人。虽然这本书的内容还不错,但我发现其他的书更清晰,更深入。

Hope this helps! WPF has a steep learning curve, but once you "get it", UI programming can actually become "fun"!

希望这可以帮助!WPF有一个陡峭的学习曲线,但是一旦你“得到它”,UI编程实际上可以变得“有趣”!

#2


13  

Sams Teach Yourself WPF in 24 Hours.

I'm one of the authors, so my opinion is biased. Our book is structured around building four applications. It's not as in-depth as Nathan's or Petzold's books. Its intent is not to be exhaustive (or a reference), rather it is a means to coming up to speed quickly on WPF. Likewise, to provide a foundation so that you won't feel overwhelmed when you encounter some of the various nooks and crannies in the technology.

我是作者之一,所以我的观点有偏见。我们的书是围绕构建四个应用程序的。它不像Nathan's或Petzold的书那么深入。它的目的并不是详尽的(或参考),而是迅速提高WPF的速度。同样的,提供一个基础,这样当你在技术上遇到各种各样的角落和缝隙时,你就不会感到不知所措。

#3


7  

WPF in Action with Visual Studio 2008

WPF与Visual Studio 2008一起运行

It is in print now.

现在已经出版了。

#4


5  

Adam's book is fantastic - http://blogs.msdn.com/adam_nathan/archive/2006/05/17/599301.aspx Also Petzold's is good although a little chewey to get through :-) http://www.charlespetzold.com/wpf/

亚当的书太棒了——http://blogs.msdn.com/adam_nathan/archive/2006/05/17/599301.aspx也不错,虽然有一点雪韦可以通过:-)http://www.charlespetzold.com/wpf/

#5


5  

MCTS Self-Paced Training Kit - Microsoft .NET 3.5 Windows Presentation Foundation (70-502)

微软。net 3.5 Windows演示基础(70-502)

I personally find that I become much more motivated to read and learn about a topic if the learning process culminates with a Microsoft Certification. If you're anything like me, you may find it more rewarding to dive into this certification study guide that just came out a week or two ago.

我个人发现,如果学习过程以Microsoft证书结束的话,我就会更有动力去阅读和了解某个主题。如果你和我一样,你会发现钻研一下一两周前刚刚发布的认证学习指南会更有收获。

#6


2  

A new book just came out by notable WPF expert, Pavan Podila (with a little help from Kevin Hoffman). It's all about building controls in WPF and is aptly called:

著名的WPF专家Pavan Podila刚刚出版了一本新书(凯文·霍夫曼提供了一点帮助)。它是关于在WPF中建立控件的,被恰当地称为:

WPF Control Development Unleashed

WPF控制发展释放

If you're going to be building visuals, elements, or controls in WPF, you will want this book on your shelf. Getting to the point where you understand enough of the WPF API and concepts to write a decent control, takes enough time ... this book will ease your journey!

如果您打算在WPF中构建可视化、元素或控件,您将希望这本书放在书架上。要理解足够多的WPF API和概念来编写一个像样的控件,需要足够的时间……这本书将使你的旅程更轻松!

#7


1  

I am with KiwiB* awesome book. Although you need to now .net to get some of the examples, as they miss some of the using statements for the code examples.

我和KiwiB*很棒的书。尽管您现在需要。net来获得一些示例,因为它们漏掉了代码示例中的一些use语句。

#8


1  

I'm currently starting in on "Pro WPF with VB 2008: Windows Presentation Foundation with .NET 3.5 (Paperback)" and so far am pretty happy with it. Good for us VB'ers... :)

我现在开始使用“Pro WPF, VB 2008: Windows Presentation Foundation with . net 3.5 (Paperback)”,到目前为止,我对此非常满意。对我们有益VB代…:)

#9


0  

Yes, I highly recommend this one

是的,我极力推荐这个

#1


76  

I've found the following books very useful:

我发现下面的书非常有用:

Windows Presentation Foundation Unleashed - Adam Nathan
You mention you already have this book, however I wanted to give my opinion on it. It is a great book for the newcomer - it is printed in full color which is a great help for visualizing both xaml and concepts for WPF.

Essential Windows Presentation Foundation - Chris Anderson
This is also another great book for the newcomer. While it is not printed in color, it does give a great insight into how WPF works.

Pro WPF in C# 2008 - Matthew Macdonald
This is a great reference book - one that sits on my desk and is constantly referred too. However, I didn't feel is was as newbie friendly as the other two books above. This is the most recently released book (at the time of this posting), and has been updated for VS2008. This is useful, as there are some changes with the versions of WPF. I believe there is a VB.NET version available.

Programming WPF - Chris Sells & Ian Griffiths
Another great book - I wish this was available when I was first learning the framework.

Application = Code + Markup - Charles Petzold
This was the very first WPF I purchased. It is not very newbie friendly, and I wouldn't recommend it for a first-time-wpf'er. The fact that Xaml is not introduced until page 457 makes learning the technology for the real world very difficult. That said, this book is invaluable if you really want to understand how things work at a very deep level (which is also important to get the most of the framework.

Windows演示基金会发布-亚当·内森你提到你已经有这本书了,但是我想就它发表我的看法。这是一本非常适合新手的书——它是全彩色印刷的,这对于将xaml和WPF的概念可视化非常有帮助。必不可少的Windows表现基础-克里斯安德森这也是另一本伟大的书为新人。虽然它不是彩色印刷的,但它确实提供了一个伟大的见解,如何WPF的工作。这是一本很棒的参考书,放在我的桌子上,也经常被推荐。然而,我并不觉得自己像上面两本书一样友好。这是最近出版的一本书(在这篇文章中),已经更新为VS2008。这很有用,因为WPF的版本有一些变化。我相信有一个VB。净版可用。编程WPF——Chris sell和Ian Griffiths的另一本好书——我希望在我第一次学习框架的时候就能找到这本书。应用=代码+标记- Charles Petzold这是我购买的第一个WPF。这对新手来说不是很友好,我也不会推荐它作为第一次的wpf。Xaml直到第457页才被引入,这使得学习现实世界中的技术变得非常困难。也就是说,如果你真的想要了解事物是如何在一个非常深入的层次上工作的,这本书是无价的(这对于获得大部分框架也很重要。

The only book I would totally avoid is:

我唯一要避免的书是:

Professional WPF Programming - Chris Andrade et al.
While the content was Ok in this book, I just found the other books to be much clearer and delve to a much deeper level.

专业的WPF编程——Chris Andrade等人。虽然这本书的内容还不错,但我发现其他的书更清晰,更深入。

Hope this helps! WPF has a steep learning curve, but once you "get it", UI programming can actually become "fun"!

希望这可以帮助!WPF有一个陡峭的学习曲线,但是一旦你“得到它”,UI编程实际上可以变得“有趣”!

#2


13  

Sams Teach Yourself WPF in 24 Hours.

I'm one of the authors, so my opinion is biased. Our book is structured around building four applications. It's not as in-depth as Nathan's or Petzold's books. Its intent is not to be exhaustive (or a reference), rather it is a means to coming up to speed quickly on WPF. Likewise, to provide a foundation so that you won't feel overwhelmed when you encounter some of the various nooks and crannies in the technology.

我是作者之一,所以我的观点有偏见。我们的书是围绕构建四个应用程序的。它不像Nathan's或Petzold的书那么深入。它的目的并不是详尽的(或参考),而是迅速提高WPF的速度。同样的,提供一个基础,这样当你在技术上遇到各种各样的角落和缝隙时,你就不会感到不知所措。

#3


7  

WPF in Action with Visual Studio 2008

WPF与Visual Studio 2008一起运行

It is in print now.

现在已经出版了。

#4


5  

Adam's book is fantastic - http://blogs.msdn.com/adam_nathan/archive/2006/05/17/599301.aspx Also Petzold's is good although a little chewey to get through :-) http://www.charlespetzold.com/wpf/

亚当的书太棒了——http://blogs.msdn.com/adam_nathan/archive/2006/05/17/599301.aspx也不错,虽然有一点雪韦可以通过:-)http://www.charlespetzold.com/wpf/

#5


5  

MCTS Self-Paced Training Kit - Microsoft .NET 3.5 Windows Presentation Foundation (70-502)

微软。net 3.5 Windows演示基础(70-502)

I personally find that I become much more motivated to read and learn about a topic if the learning process culminates with a Microsoft Certification. If you're anything like me, you may find it more rewarding to dive into this certification study guide that just came out a week or two ago.

我个人发现,如果学习过程以Microsoft证书结束的话,我就会更有动力去阅读和了解某个主题。如果你和我一样,你会发现钻研一下一两周前刚刚发布的认证学习指南会更有收获。

#6


2  

A new book just came out by notable WPF expert, Pavan Podila (with a little help from Kevin Hoffman). It's all about building controls in WPF and is aptly called:

著名的WPF专家Pavan Podila刚刚出版了一本新书(凯文·霍夫曼提供了一点帮助)。它是关于在WPF中建立控件的,被恰当地称为:

WPF Control Development Unleashed

WPF控制发展释放

If you're going to be building visuals, elements, or controls in WPF, you will want this book on your shelf. Getting to the point where you understand enough of the WPF API and concepts to write a decent control, takes enough time ... this book will ease your journey!

如果您打算在WPF中构建可视化、元素或控件,您将希望这本书放在书架上。要理解足够多的WPF API和概念来编写一个像样的控件,需要足够的时间……这本书将使你的旅程更轻松!

#7


1  

I am with KiwiB* awesome book. Although you need to now .net to get some of the examples, as they miss some of the using statements for the code examples.

我和KiwiB*很棒的书。尽管您现在需要。net来获得一些示例,因为它们漏掉了代码示例中的一些use语句。

#8


1  

I'm currently starting in on "Pro WPF with VB 2008: Windows Presentation Foundation with .NET 3.5 (Paperback)" and so far am pretty happy with it. Good for us VB'ers... :)

我现在开始使用“Pro WPF, VB 2008: Windows Presentation Foundation with . net 3.5 (Paperback)”,到目前为止,我对此非常满意。对我们有益VB代…:)

#9


0  

Yes, I highly recommend this one

是的,我极力推荐这个