Extensible Application Markup Language
Extensible Application Markup Language is a xml format created in 2008. Extensible Application Markup Language (XAML (listen)) is a declarative XML-based language developed by Microsoft that is used for initializing structured values and objects. It is available under Microsoft's Open Specification Promise. The acronym originally stood for Extensible Avalon Markup Language, Avalon being the code-name for Windows Presentation Foundation (WPF).XAML is used extensively in .NET Framework 3.0 & .NET Framework 4.0 technologies, particularly Windows Presentation Foundation (WPF), Silverlight, Windows Workflow Foundation (WF), Windows Runtime XAML Framework and Windows Store apps. Read more on Wikipedia...
12Years Old | 20Users | ?Jobs |
- Extensible Application Markup Language ranks in the top 25% of languages
- the Extensible Application Markup Language wikipedia page
- Extensible Application Markup Language first appeared in 2008
- See also: xml, visual-studio-editor, csharp, visual-basic-dot-net, xbl, html, javascript, linux
- Have a question about Extensible Application Markup Language not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>XAML Example</title> <script type="text/javascript" src="MySilverlight.js" /> <script type="text/javascript" src="Silver.js" /> </head> <body> <div id="MySilverlight" > </div> <script type="text/javascript"> createMySilverlight(); </script> </body> </html>
Last updated August 9th, 2020