Thursday, May 22, 2014

Learn Extensible Application Markup Language(XAML)



XAML stands for Extensible Application Markup Language. Its a simple language based on XML to create and initialize .NET objects with hierarchical relations. Altough it was originally invented for WPF it can by used to create any kind of object trees.

Today XAML is used to create user interfaces in WPF, Silverlight, declare workflows in WF and for electronic paper in the XPS standard.

All classes in WPF have parameterless constructors and make excessive usage of properties. That is done to make it perfectly fit for XML languages like XAML.
From http://wpftutorial.net

Learn XAML Online

http://en.wikipedia.org/wiki/Extensible_Application_Markup_Language
http://msdn.microsoft.com/en-us/library/ms752059%28v=vs.110%29.aspx
http://msdn.microsoft.com/en-us/library/cc189054%28v=vs.95%29.aspx
http://www.c-sharpcorner.com/1/190/xaml.aspx
http://wpftutorial.net/XAML.html
http://www.scriptol.com/xaml/


XAML Examples

No comments: