---
title: "What is XAML?"  
description: "What is XAML?"  
author: "Sachindra Singh"  
published: 2011-01-21  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/332/what-is-xaml  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What is XAML?

XAML(Extensible Application Markup Language) is a XML-based markup language developed by Microsoft.XAML is the language behind the visual presentation of an application that develop in Microsoft Expression Blend. XAML is a XML file which defines the UI elements of application.The XAML language basically based on the XML so XAML language is case-sensitive.

## Answers

### Answer by Sachindra Singh

XAML(Extensible Application Markup Language) is a XML-based markup language developed by Microsoft.XAML is the language behind the visual presentation of an application that develop in Microsoft Expression Blend. XAML is a XML file which defines the UI elements of application.The XAML language basically based on the XML so XAML language is case-sensitive.


---

Original Source: https://www.mindstick.com/interview/332/what-is-xaml

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
