Showing posts with label wpf. Show all posts
Showing posts with label wpf. Show all posts

Graphics Programming with GDI+ Review

Graphics Programming with GDI+
Average Reviews:

(More customer reviews)
Are you looking to buy Graphics Programming with GDI+? Here is the right place to find the great deals. we can offer discounts of up to 90% on Graphics Programming with GDI+. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Graphics Programming with GDI+ ReviewThere is nothing in this book that is not in the MSDN documentation (comes with Visual Studio, and is freely available at the MSDN site). In some cases, this book actually tells you less than the class library reference help. E.g., the example code regarding metafiles in MSDN has more detail than this book -- and that's not a lot! The examples in the book are just way too simplistic. In places, it seems plain that the help reference has basically been copied. Every time I check this book when I'm facing a real-world problem, the book is useless. There is nothing regarding best practices. It almost seems as though the author has not done serious work with GDI. Other books in this series from Addison are ok, but not this one.Graphics Programming with GDI+ Overview

Want to learn more information about Graphics Programming with GDI+?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 (Wrox Programmer to Programmer) Review

WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 (Wrox Programmer to Programmer)
Average Reviews:

(More customer reviews)
Are you looking to buy WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 (Wrox Programmer to Programmer)? Here is the right place to find the great deals. we can offer discounts of up to 90% on WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 (Wrox Programmer to Programmer). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 (Wrox Programmer to Programmer) ReviewI have to begin by discussing the readability of this book. This is the first full color programming reference book I have read. As WPF is focused on user interface development, the full color print was certainly the right choice. Of course, this required a different grade of paper than I've experienced in other books and initially when I began reading the book, I found myself often double checking that I had not flipped two pages instead of one. After a couple of chapters, I was used to the phenomenon and no longer felt the need to double check the page number often.
The chapters are short, averaging 20 pages, but cover each titled topic. This made for easy reading as I could choose to read one, two or even more chapters depending upon how much time I had available. With many other professional books I have read, the chapters are usually much longer and I often had to stop reading in the middle of a chapter, losing any context, which meant backtracking a few pages when I had the chance to resume reading.
While the chapters cover a lot of material, many seemed to lack the in depth detail I've come to expect from professional reference books. Initially, I was disappointed, particularly in topics I wanted to learn more about and prompted my interest in this book in the first place. However, I soon realized that the chapters were providing me the basic conceptual knowledge and the correct terminology.
And then I discovered the appendices, all sixteen of them. For these alone, this book will remain within reach from or on my desk as long as I am developing applications using WPF.
Since the details are usually lists of properties in large tables, which are difficult to read (also known as "sleeping aides"), I thought the idea of separating them from the topical discussions in the chapters a refreshing idea. It shows how the organization of the material presented in the book is well thought out. Not only do the chapters start with foundation concepts and increase in difficulty as you progress through the book, but they also presents topics in an order that build upon themselves. For example, once past the introductory chapter, tools are discussed, followed by basic controls, followed by methods for styling controls and so forth.
Your level of experience will dictate how you read this book. A beginner will read it from cover to cover, while a more experienced developer will probably skim the initial chapters until they reach concepts they are not familiar with. This is what I did, and even as a developer with years of experience, including having already developed several WPF applications, I still found myself slowing down and reading some of the initial chapters with care. And in the later chapters, I found understandable explanations on topics that I had previously struggled through hours of Google searches, trials & errors, and failed attempts.
I wish I had had access to this book about a year ago! Even while reading this book, I found myself returning to those WPF applications I had previously built and refactoring them. Only slightly. I promise! Yeah, right... (rolls eyes.)WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 (Wrox Programmer to Programmer) Overview

Want to learn more information about WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 (Wrox Programmer to Programmer)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Practical WPF Charts and Graphics (Expert's Voice in .NET) Review

Practical WPF Charts and Graphics (Expert's Voice in .NET)
Average Reviews:

(More customer reviews)
Are you looking to buy Practical WPF Charts and Graphics (Expert's Voice in .NET)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Practical WPF Charts and Graphics (Expert's Voice in .NET). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Practical WPF Charts and Graphics (Expert's Voice in .NET) ReviewAs a professional programmer I don't have a lot of time to waste learning all the details to master a new programming area. I had to buy five books on database programming to get one decent database working for my clients. With WPF I have found there are just three books to buy to master its intricacies. Get "Windows Presentation Foundation", "Pro WPF", and Dr. Wu's "Practical WPF Charts and Graphics". The other books are helpful, but not really necessary.
This book gets right down to the etails of mastering chart graphics. Within a few chapters, specialized charts are covered. Dr. Xu shows how to do almost every form of scientific and financial charting I have ever encountered. Although the code is designed to show off the approach to building a single chart application, the data series and configuration style objects introduced by the book can be easily altered to build multiple chart conglomerations for stock charts with indicators or scientific multiple view sets with minimal work. I found that the XAML code needed to be tweaked to insure that it coupled multiple canvas areas to the correct code operations, but there are always going to be small glitches when code examples are expanded for professional needs.
The code examples are introduced in a simple to complex sequence that allows the reader to get easily accustomed to the support objects and to understand how chart styles need to be adapted to each type of chart. I figure that this one book has saved me at least a hundred hours of exploring failed approaches to WPF charting. I have two other books by this author and I knew that this one would display the same efficiency of introduction and clarity of organization as before. I was thoroughly satisfied with his latest approach to explaining WPF charts. I have now moved on to combining several simultanous charts with chart interaction.
By the way, previous to applying Dr. Xu's writings, I was looking at paying up to $2000 for the code behind the EzyStockCharts library to solve my charting needs and I would have been forced to build a C++ wrapper around the code to use it in a .NET environment. That would have been very time consuming and I would only have found a two dimensional solution for all my time and cost. The source code for all the C# examples in the book and a few more is currently available and easily downloadable from the internet. The download also includes the binaries to run each project and allows you to quickly discover exactly how each sample behaves in the real world of your computer.
If you are serious about investing in your software career, or in avoiding a costly project failure, this book will give your knowledge base a definite competitive edge. I'm looking forward to applying the information that I encountered in this book to the display of large database patterns as well as my stock chart displays. I hope you see the advantage of becoming an instant charting expert by reading this book.Practical WPF Charts and Graphics (Expert's Voice in .NET) Overview

Want to learn more information about Practical WPF Charts and Graphics (Expert's Voice in .NET)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Windows Presentation Foundation Unleashed (WPF) Review

Windows Presentation Foundation Unleashed (WPF)
Average Reviews:

(More customer reviews)
Are you looking to buy Windows Presentation Foundation Unleashed (WPF)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Windows Presentation Foundation Unleashed (WPF). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Windows Presentation Foundation Unleashed (WPF) ReviewIf, as a software developer, you have spent years looking at the visual promises of Vista, really wanting to dive in and create those next generation, media-rich interfaces, but didn't have a clear indicator of where to begin - now you do. Windows Presentation Foundation Unleashed is your one-stop answer to discovering what WPF is, learning basic and advanced controls, and building WPF applications.
Without a lot of dry history, and in a full-color presentation that makes comprehending what you're reading much more efficient, you are given a very complete coverage of controls, control manipulation, data binding, animation, and other multimedia objects. Throughout the text you are given not only code snippets, but illustrations of what the finished product should resemble, sidebar Tips sections, sidebar Warnings sections, and sidebar "Digging Deeper", really solidifying the information presented not only in the initial component coverage, but the follow-up WFP application development.
Hands down, for adding WPF to your development skills, this is the title you need.Windows Presentation Foundation Unleashed (WPF) Overview

Want to learn more information about Windows Presentation Foundation Unleashed (WPF)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...