UWP 005 | Understanding Type Converters

854
0

In this lesson, Bob explains how an intelligent XAML parser allows you to create user interfaces much more easily and succinctly than creating them in C# by converting simple strings into object instances or enums.

Lesson source code: https://github.com/Windows-Readiness/…

Full series source code: https://github.com/Windows-Readiness/…

Previous articleUWP 004 | What Is XAML?
Next articleUWP 006 | Understanding Default Properties, Complex Properties and the Property Element Syntax