.NET news » WPF 
A TimeLineControl In WPF
EXIF Compare Utility using WPF
A Simple WPF XML Document Viewer Control
An MVVM friendly approach to adding system menu entries in a WPF application
The majority of MFC apps have always had an About... menu entry in the main window's system menu, and this was primarily because the App Wizard generated code for that by default. I wanted to do something similar in a WPF application I've been working on, and I wanted to do it in an MVVM friendly manner. In this article I'll explain a neat way of doing it so that you can easily add menu items and attach command handlers to them while retaining the basic MVVM paradigm.
3D Drawing with Textures, Transformations, and Realism in WPF
WPF Wonders: 3D Drawing
This article explains how to get started with three-dimensional drawing in WPF. It shows you how to build scene data, define lights, and use cameras to view a scene. It also shows how to use WPF's data binding and animation capabilities to make a scene move.
WPF Wonders: An Alphabetical Compendium of WPF Controls
WPF Wonders: Properties and Events
WPF Wonders: Getting Started with WPF
Flexible and Powerful Data Binding with WPF, Part 2
All applications are dependent on data in some form and most developers find themselves writing reams of data access code. Microsoft has been building databinding frameworks for years. Each one promises to solve our databinding woes forever. We're still waiting for the perfect one. In the previous article you were exposed to programmatically controlling data binding mechanisms of WPF. Along with a programmatic interface, WPF also provides a declarative databining interface. This second article will introduce you to using the declarative data binding mechanisms contained in WPF.

