XAML

XAML

 


XAML is a declarative markup language. As applied to the .NET Framework programming model, XAML simplifies creating a UI for a .NET Framework application. You can create visible UI elements in the declarative XAML markup, and then separate the UI definition from the run-time logic by using code-behind files, joined to the markup through partial class definitions. XAML directly represents the instantiation of objects in a specific set of backing types defined in assemblies. This is unlike most other markup languages, which are typically an interpreted language without such a direct tie to a backing type system. XAML enables a workflow where separate parties can work on the UI and the logic of an application, using potentially different tools.

When represented as text, XAML files are XML files that generally have the .xaml extension. The files can be encoded by any XML encoding, but encoding as UTF-8 is typical.

Community Resources

MSDN Web Pages

Technical Articles

Leave a Comment
  • Please add 4 and 7 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Maheshkumar S Tiwari edited Revision 7. Comment: Added tags

  • Luigi Bruno edited Revision 5. Comment: Added a link in the "MSDN Web Pages" list of the "Community Resources" section.

  • Fernando Lugão Veltem edited Revision 4. Comment: removed (en-US) from the title

  • Luigi Bruno edited Revision 3. Comment: Added the "MSDN Web Pages" subsection in the "Community Resources" section. Added the "Technical Articles" subsection.

  • Luigi Bruno edited Revision 2. Comment: Edited title and tags list.

  • Luigi Bruno edited Revision 1. Comment: Added TOC.

Page 1 of 1 (6 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Added "Community Resources"section and a few links within.

  • Luigi Bruno edited Revision 1. Comment: Added TOC.

  • Luigi Bruno edited Revision 2. Comment: Edited title and tags list.

  • Luigi Bruno edited Revision 3. Comment: Added the "MSDN Web Pages" subsection in the "Community Resources" section. Added the "Technical Articles" subsection.

  • Fernando Lugão Veltem edited Revision 4. Comment: removed (en-US) from the title

  • Luigi Bruno edited Revision 5. Comment: Added a link in the "MSDN Web Pages" list of the "Community Resources" section.

  • Cross-linked from this blog post: blogs.msdn.com/.../featured-article-windows-workflow-foundation-wf-overview.aspx

    Thanks to Esref and Luigi!

  • Maheshkumar S Tiwari edited Revision 7. Comment: Added tags

Page 1 of 1 (8 items)