XAML is just XML, but with a set of rules about its elements and attributes and their mapping to objects, their properties, and the values of those properties (among other things). You can think of XAML as a clean, modern reinvention of HTML and CSS. In universal apps, XAML serves essentially the same purpose as […]