XAML (Extensible Application Markup Language) is Microsoft’s XML (Extensible Markup Language)-based language.
XAML is used especially to create GUI (Graphical User Interface) for programs, and it’s one of the main elements in the Microsoft’s WPF (Windows Presentation Foundation)
From the MSDN:
XAML has a set of rules that map object elements into classes or structures, attributes into properties or events, and XML namespaces to CLR namespaces.
And in this section I will try to cover some of the XAML’s features
FOR MORE INFORMATION VISIT THE MSDN:
No comments:
Post a Comment