Question - Explain what is XAML? What is the difference between XML and XAML?
Answer -
XAML stands for eXtensible Application Markup Language. It is the language used to instantiate.NET objects. It is the language developed by Microsoft to write user interface for next generation applications.
XML is designed to store data or to work with the stored data, whereas XAML is the extended version of XML used for.NET programming.