WPF Tutorial - Introduction

Goals to demonstrate:

Steps:

  1. Create a new WPF Application project in Visual Studio 2008, name it 'WpfApp':
  2. Investigate files created by Visual Studio.
  3. Add content to the window using the designer and XAML code.
  4. Add some content to the window using the source code.
  5. Add a new project of the WPF Browser Application type, name it 'WpfBrowserApp':

[Source code]