WPF Recipes in C# 2008: A Problem-Solution Approach

WPF Recipes in C# 2008: A Problem-Solution Approach
Authors
Sam Bourton, Allen Jones, Sam Noble
ISBN
1430210842
Published
24 Sep 2008
Purchase online
amazon.com

WPF offers amazing new opportunities to .NET programmers in terms of the user interfaces they can deliver to their customers. But this significant technological advance comes with a steep learning curve, requiring the programmer to learn new classes, new syntax, and an entirely new approach to UI development.

Editorial Reviews

Windows Professional Foundation (WPF) offers amazing opportunities to .NET programmers in terms of the user interfaces they can deliver to their customers. But this significant technological advance comes with a steep learning curve, requiring the programmer to learn new classes, new syntax, and an entirely new approach to user interface development.

Although WPF has been generally available since 2008, commercial take–up has been relatively slow, and the publicly available body of knowledge has been weak in terms of real–world examples and best–practice information.

Using WPF Recipes in C# 2008, you’ll find a simple and straightforward approach to solving the problems you face every day. Each solution contains a complete, working example that demonstrates how to make the best use of WPF. You can use the example as a template to solve your own problem or as a base on which to build a solution tailored to your specific needs.

Packed with well–structured and documented solutions to a broad range of common WPF problems, this book, will be a valuable addition to any C# programmer’s reference library. Examples included provide you with a rich source of information as you begin to learn and will be an invaluable quick–reference guide once you’re a proficient WPF programmer.

The emphasis on solving the day–to–day WPF problems that all programmers face frees you from needing to trawl through weighty programming tomes or sift through API documentation, allowing you to focus on the more interesting and innovative aspects of your project.

What you’ll learn

  • Get hands–on experience applying WPF to real–world business applications.
  • Find quick answers to common problems.
  • Develop a new mindset to user interface development and a new approach to implementation from the authors’ experience in graphics.
  • Peruse clear and concise code samples that demonstrate solutions to specific problems.

Who this book is for

This book will benefit intermediate–to–advanced professional C# programmers who want clearly documented and working code samples that demonstrate solutions to common problems encountered when programming WPF. The authors believe WPF technology is complex enough, and their experience is deep enough that their recipes will provide value to all but the most experienced WPF programmers.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“In order to understand recursion, one must first understand recursion.”