XAML is one of the primary languages used to create user interfaces for Window 10 apps. In this lesson Bob will demonstrate the absolute basics of writing XAML, how it’s related to XML and why that’s significant, how XAML is a simple means of instantiating classes in the Universal Windows Platform API and setting properties on those instances, and more.
Lesson source code: https://github.com/Windows-Readiness/…
Full series source code: https://github.com/Windows-Readiness/…