Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Binary Application Markup Language

The Binary Application Markup Language is a file format developed by Microsoft that is generated by compiling XAML files.

We don't have any images related to Binary Application Markup Language yet.
We don't have any YouTube videos related to Binary Application Markup Language yet.
We don't have any PDF documents related to Binary Application Markup Language yet.
We don't have any Books related to Binary Application Markup Language yet.
We don't have any archived web articles related to Binary Application Markup Language yet.

Generation

An XAML file can be compiled into a Binary Application Markup Language file with the .BAML extension,2 which may be inserted as a resource into a .NET Framework assembly. At run-time, the framework engine extracts the .BAML file from assembly resources, parses it, and creates a corresponding WPF visual tree or workflow. Having this format, the content is loadable faster during runtime, because the XAML is enriched by tokens, and lexical analysis is completed.

References

  1. "WPF Globalization and Localization Overview: Localize a WPF Application". Microsoft MSDN. Retrieved 2011-08-24. The BAML form of XAML so that you can localize at the same time that you develop. https://msdn.microsoft.com/en-us/library/ms788718.aspx#Localize_a_WPF_Application

  2. unknown (2009-07-30). "What is BAML?". DOTNET Spider. Retrieved 2011-08-18. BAML means Binary Application Markup Language, which is a compiled version of the XAML. When you compile your XAML, it creates the BAML file. http://www.dotnetspider.com/forum/216053-What-BAML.aspx