Skip to posts
  • About

Win Web Hosting

Web Hosting Information
  • Home
  • ASP.NET
  • Cloud Hosting
  • Dedicated Servers
  • Linux Web Hosting
  • Microsoft AJAX
  • Microsoft Siverlight
  • Windows Web Hosting

Programming WPF

February 21, 2010 James 9 comments
Microsoft Siverlight programming

Comments

Leave a comment Trackback
  • Written by Aleksandr Mikunov about 2 years ago.

    As a software developer I’ve written tons of production-level code for many companies including Rockwell Automation, Compuware, MS.

    And I found this book to be too shallow for a technical person like me.

    [One can save money by simply downloading WPF SDK samples and learning them]

    Can one design and implement a better than WPF framework after reading this book? Obviously not!

    No wonder, the authors never developed significant portions of any known product/framework!

    Also, my e-mail exchange with C. Sells indicates that he himself doesn’t really understand WPF in depth.

    (BTW, as a MS employee he has luxury of having access to WPF source code and symbols – he obviously didn’t bother to do so)

    Just a few examples:

    – Managed/Unmanaged transition, e.g. the MIL stuff

    – Lack of understanding the WPF control model

    – Lack of understanding the WPF text model

    – Just like in any other *shallow WPF book* [are there deep WPF books out there?] authors make no effort to scrutinize the existing framework (WPF). [Which is definitely far from being clean and nice]

    – WPF “GDI-free” claims are nonsense since WPF uses User32 and User32 and Gdi32 libs are tightly coupled.

    Rating: 2 / 5

  • Written by D. Donovan, Editor/Sr. Reviewer about 2 years ago.

    Chris Sells and Ian Griffiths’ PROGRAMMING WINDOWS PRESENTATION FOUNDATION is for programmers new to WPF as well as those with some experience. Get up to speed quickly writing WPF applications, then use the examples and disussions of the new programming features to understand how its complex features work. WPF will streamline both web and Windows applications programming. All are excellent guides promising lasting references.

    Rating: 5 / 5

  • Written by Stanislav Dvoychenko about 2 years ago.

    I’ve been starting to learn WPF for 6 months now. I’m stuck a bit in this study process as first of all in our company we have not had yet any project where we could use WPF.

    Another reason why I was stuck was a bit because of books, so far I had following WPF books on my bookshelf:

    Professional WPF Programming (Wrox, Chris Andrade et al)

    Windows Presentation Foundation Unleashed (Sams, Adam Nathan)

    Both books are not bad at all, but somehow I was having quite alienated feeling while reading them.

    My common feeling from reading of Adam Nathan’s books (Com Interop, WPF Unleashed, Silverlight Unleashed), is that I’m reading quite comprehensive and very nicely formatted/pictured Encyclopedia. Reading encyclopedias can be a good exercise, but in case of WPF I would not consider it to be the best first step to do.

    Professional WPF Programming from Wrox is quite inconsistent for my type of programmer, because it looks like guys tried to write the book that would be have same value for the “creative UI” and core developers, while it may be important at some stage to see the WPF world by the “creative UI” developer eyes, it is not he best starting point for me.

    And now, finally I got into the book which is making the trick of “being it” for me:

    Programming WPF (O’Reilly, Chris Sells & Ian Griffiths)

    The book is in its second edition now which proves something, and is pretty actual.

    I’m absolutely enjoying the style of the book and the way information is provided. I’m typing/running my versions of the code they provide as I read and feeling finally well about the process of getting into the new technology.

    It used to be Wrox 5 or so years ago to me, but now my credit goes to O’Reilly with series of books I consider to be the best in the field:

    Programming WCF Services, Programming Windows Workflow Foundation, and now Programming WPF.

    Rating: 5 / 5

  • Written by DelBono Emanuele about 2 years ago.

    I read another book on WPF before this, I read a bunch of articles but none like the sell’s book are so practical and clear in explaining the approach to Windows Presentation Framework.

    The book is not a “copy” of the documentation, Sells give a lot of tips on how to use WPF and XAML in the best way.

    There is also an excellent appendix on XAML that give you all the essential things you need to start using it.
    Rating: 5 / 5

  • Written by Programming WPF | Win Web Hosting | Drakz Free Online Service about 2 years ago.

    [...] from: Programming WPF | Win Web Hosting Share and [...]

  • Written by Bruce Abernethy about 2 years ago.

    Programming WPF is probably the first book on WPF I ever read (the 1st Edition) and the last one (2nd Edition) I’ll be buying (which is a good thing, since I have 7 WPF-related books now). The first edition was a real treat because there was nothing else available a the time and Chris and Ian really hit some topics (like Databinding) very well – so well that they set the standard for books to come. As each pre-release of WPF came out they dutifully updated the XAML and Framework calls of all the examples from the book. But with the production version of the .NET 3.0 Framework there was so much more that programmers needed to know. Ian took the WPF show on the road and Chris listened to a lot of feedback from the developer community – the results of which really come out in this new edition.

    The 2nd Edition of Programming WPF comes in strong as the most complete text available on WPF. The authors’ diverse background lead to a great blend of clear and concise writing for a wide variety of topics. The introductory chapters are great for beginners just getting into WPF, but there is also great detail in the advanced chapters to get you well into topics such as: handling graphics, bitmaps, databinding (templates and stying), animations, 3D, text and flow documents, and more.

    I like the way they take typically hard topics (e.g. Control Templates) and go deep with concrete examples and helpful code/apps like “Show Me The Template!” from Chapter 9. They also show that they understand “real programming” environments when they don’t just gloss over issues such as the interoperability of WPF and Windows Forms (which isn’t a stretch because they’ve written on Windows Forms as well).

    A “taste of Silverlight” left me wanting more – maybe there will be a companion Silverlight book once 2.0 ships? The color section in the middle was helpful but awkward, as you read through it when you get to the center of the book and see color versions of pictures you are already past and glimpse pictures of what is to come. I applaud the inclusion of only 32 pages of basic XAML syntax – enough to give you an understanding of the language but not so much as to take over the book (some books can end up being 1/3 to 1/2 syntax and framework references, which is why you install the MSDN Library and Intellisense). I wanted to see something about Expression Blend or even Design as these tools become important when doing good UI design, but at 800+ pages already there really isn’t room (and I don’t know what I would have cut to make room).

    While several of the other WPF books have been good to read through and learn from, I can see the Programming WPF book being one that will become a reference book to return to many times over when you have need for a certain feature of WPF.

    Rating: 5 / 5

  • Written by Programming WPF | Win Web Hosting « Web Templates about 2 years ago.

    [...] the rest here: Programming WPF | Win Web Hosting hosting web templates No Comments February 21st, 2010 About… Admin This author published [...]

  • Written by What is the difference between Software Engineering Technology and … | Computer Engineering Addict about 2 years ago.

    [...] Programming WPF | Win Web Hosting [...]

  • Written by The illegal immigrant "crime wave" is a myth | CrimeUpdate.info about 2 years ago.

    [...] Programming WPF | Win Web Hosting [...]

Comment Pages:

Leave a Comment

Cancel Reply

You must be logged in to post a comment.

RSS

Win Web Hosting Home Page

Cheap Windows Hosting

 

February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

Archives

  • February 2012 (24)
  • January 2012 (92)
  • December 2011 (163)
  • November 2011 (205)
  • October 2011 (339)
  • September 2011 (367)
  • August 2011 (367)
  • July 2011 (322)
  • June 2011 (338)
  • May 2011 (358)
  • April 2011 (94)
  • March 2011 (40)
  • February 2011 (36)
  • January 2011 (41)
  • December 2010 (30)
  • November 2010 (40)
  • October 2010 (41)
  • September 2010 (52)
  • August 2010 (150)
  • July 2010 (165)
  • June 2010 (159)
  • May 2010 (238)
  • April 2010 (248)
  • March 2010 (202)
  • February 2010 (576)

Recent Posts

  • Video scrubbing control with Silverlight – Tips and Tricks
  • ASP.NET Styles More…
  • MIXMASH (Featuring WPF & its little brother Silverlight)
  • ASP.NET TreeList – How to Delete Selected Nodes
  • [howto] animations in silverlight 2.0 with Expression Blend

Tags

.NET 2010 about AJAX Application ASP.NET best Business cheap cloud Company Computing Control Create data Dedicated Development Free from help Host hosting India Internet Introduction Linux Microsoft more need Page Part private Server servers service Services Silverlight Site Software Source Tutorial Using Video website Windows

Categories

  • ASP.NET
  • Cloud Hosting
  • Dedicated Servers
  • Linux Web Hosting
  • Microsoft AJAX
  • Microsoft Siverlight
  • Windows Web Hosting

Meta

  • Register
  • Log in
  • Valid XHTML
Powered by WordPress Web Design by SRS Solutions © 2012 Win Web Hosting