Sunday, April 19, 2009

XAML

Extensible Application Markup Language (XAML) is a declarative language.
We can create visible user interface (UI) elements in the declarative XAML markup.
We can then use a separate code-behind file to respond to events and manipulate the objects you declared in XAML.
An XML-based declarative language is very intuitive for creating interfaces from prototype to production, especially for people with a background in Web design and technologies.
XAML files are XML files that generally have the .xaml file name extension.

No comments:

Post a Comment