Create a C# WPF Application in Visual Studio 2008
Visual Studio 2008 provides a great tool for building Windows Presentation Foundation (WPF) applications. The design interface allows a developer to drag and drop controls, set properties, and manipulate layout without writing any code. However, Visual Studio also provides the capability to write XAML directly as well. The purpose of this presentation is to build a simple WPF application utilizing the tools in Visual Studio 2008.