Tuesday, July 17, 2007

WPF and XAML coding options

There are three ways of coding WPF windows:
  1. Code only
  2. Code + Markup, runtime parsing and
  3. Code + Markup, compiled binary
This article has more detail with some pros and cons.

No comments: