Windows Presentation Foundation (WPF) Question:

What is BAML in WPF?

WPF Interview Question
WPF Interview Question

Answer:

BAML is the abbreviation for Binary Application Markup Language. It is nothing but XAML that has been tokenized, parsed and changed into binary form. BAML is a compressed declarative language, which gets loaded and parsed quicker than XAML.


Previous QuestionNext Question
Explain the difference between Page and Window Controls in WPF?Define the attached Properties in WPF?