Latest Articles in the Category WPF

WPF Data Binding, With LINQ

Brian Mains, Mar 14, 2008

Brian Mains explains how to perform data binding in WPF with LINQ.

WPF Flow Documents and Images

Brian Mains, Feb 28, 2008

Brian mains shows how to use the flow documents and images.

Styles, Resources, and Control Templates in WPF

Brian Mains, Nov 05, 2007

This article will show how to use Styles, Resources, and Control Templates in WPF.

Soup to Nuts: WPF Enterprise Example with “Rails” Style UI

Rob Eisenberg, Jun 29, 2007

This article demonstrates some best practices for developing WPF applications. A complete “enterprise” ready architecture is recommended covering everything from data access to presentation. Of particular interest is an MVP UI framework inspired by “Rails” which is included with the downloadable solution.

More WPF Animations

Brian Mains, Jun 27, 2007

WPF (Windows Presentation Foundation) has many ways to manipulate objects. Some of these ways involve transforming an object, or using animation to animate the various values of an object. These can all work together to provide a very interactive interface. This article will show you how.

Introduction to WPF Animations

Brian Mains, May 29, 2007

WPF is a new framework that has many advanced capabilities. Animations are one of those capabilities, where an object can be animated via rotating, stretching, scaling, moving it across the screen, changing its color, etc. This article will show some of the basic animations.

Product Spotlight