Microsoft Expression Blend is an application that generates XAML (Extensible Application Markup Language) via a user interface. Blend is designed to create all of the WPF UI (User Interface) elements such as windows, buttons, grid, and brushes on a designer surface. Blend will then emit all the necessary XAML code. Blend is a designer tool, so you still use Visual Studio 2005 to write the application code. (Note: If you have the next version of Visual Studio, codenamed “Orcas,” installed, you don’t need to install the Visual Studio Extensions for WPF or the .NET Framework 3.)
Read the rest of this entry »