Jump to content

Binary Application Markup Language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bearcat (talk | contribs) at 06:08, 25 August 2011 (categorization/tagging using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Binary Application Markup Language is a file format of Microsoft that is generated by compiling XAML files.[1]

Generation

A XAML file can be compiled into a Binary Application Markup Language file having 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 faster loadable during runtime.

References

  1. ^ "WPF Globalization and Localization Overview: Localize a WPF Application". http://msdn.microsoft.com/: Microsoft MSDN. Retrieved 2011-08-24. The BAML form of XAML so that you can localize at the same time that you develop. {{cite web}}: External link in |location= (help)
  2. ^ unknown (2009-07-30). "What is BAML?". http://www.dotnetspider.com/: 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. {{cite web}}: External link in |location= (help)