Understanding the modern Windows platform
Microsoft continues to improve their Windows platform, which includes technologies like Universal Windows Platform and Fluent Design System for building modern apps.
Understanding Universal Windows Platform
UWP is Microsoft's latest technology solution to build applications for its Windows suite of operating systems. It provides a guaranteed API layer across multiple device types. You can create a single app package that can be uploaded to a single store to be distributed to reach all the device types your app can run on. These devices include Windows 10 desktops, laptops, and tablets, the Xbox One and later video game systems, and Mixed Reality Headsets like Microsoft HoloLens.
UWP provides standard mechanisms to detect the capabilities of the current device and then activate additional features of your app to fully take advantage of them.
UWP with XAML provides layout panels that adapt how they display their child controls...