Reddit Reddit reviews Windows Presentation Foundation Unleashed (WPF)

We found 3 Reddit comments about Windows Presentation Foundation Unleashed (WPF). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Networking & Cloud Computing
Windows Presentation Foundation Unleashed (WPF)
Used Book in Good Condition
Check price on Amazon

3 Reddit comments about Windows Presentation Foundation Unleashed (WPF):

u/IReallyHadToComment · 2 pointsr/learncsharp

Finding a hardcopy book that covers the newest releases of .NET will always be a challenge. However, WPF really didn't change all that much in the latest revision to the best of my knowledge. I hear that this is one of the best resources for learning WPF:

http://www.amazon.com/dp/0672328917/

u/wernercd · 1 pointr/learnprogramming

As mentioned, C# in VS2010 Express is a good place to start. If you want to do windows applications I'd suggest you start with WPF. C#, XAML and WPF... awesome stuff.

Good "basic" books:
http://www.amazon.com/Illustrated-2010-Experts-Voice-NET/dp/143023282X
http://www.amazon.com/Illustrated-WPF-Experts-Voice-NET/dp/1430219106/ref=pd_cp_b_3

If you want a good intermediate book, I'm really enjoying the Silverlight version of this book:
http://www.amazon.com/Windows-Presentation-Foundation-Unleashed-WPF/dp/0672328917

u/jarjar87 · 1 pointr/csharp

Thank you for the response. I guess I have the same question for you so I will just copy and paste what I wrote to AberrantCheese.

Right now I am debating whether to get

Windows Presentation Foundations Unleashed

or

Programming WPF

I guess I just want the one that is less complex since I am a beginner.

On a side note, do I need to understand WPF and XAML before I proceed to MVVM?