Latest Articles in the Category WPF

WPF Data Binding, With LINQ

Brian Mains, Mar 14, 2008
Views: 39132 Avg Rating: 5/5 Votes: 1 Comments: 2

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

WPF Flow Documents and Images

Brian Mains, Feb 28, 2008
Views: 18665 Avg Rating: 3/5 Votes: 1 Comments: 0

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

Styles, Resources, and Control Templates in WPF

Brian Mains, Nov 05, 2007
Views: 43425 Avg Rating: 0/5 Votes: 0 Comments: 0

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
Views: 21642 Avg Rating: 4/5 Votes: 6 Comments: 17

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
Views: 23631 Avg Rating: 0/5 Votes: 0 Comments: 0

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
Views: 43374 Avg Rating: 4/5 Votes: 4 Comments: 0

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