top button
Flag Notify
Site Registration

What does BAML mean in WPF?

+1 vote
335 views
What does BAML mean in WPF?
posted Oct 27, 2015 by Saravanan

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Binary Application Markup Language

A XAML file can be compiled into a .BAML file (Binary Application Markup Language), 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.

answer Oct 29, 2015 by Jdk
...