Custom XAML Controls

Wed, 01 May 2019 10:00:00 GMT

Don’t Repeat Yourself (DRY) isn’t just for classes and code. UIs repeat throughout XAML applications. User controls and custom controls in Windows Presentation Foundation (WPF) and Universal Windows Platform (UWP) allow developers to extend the standard UI, providing consistent XAML visuals and codebehind logic through varying strategies of encapsulation.

Read article

A Developer’s Guide to the New Hamburger Menu in Windows 10

Fri, 01 Dec 2017 10:00:00 GMT

The Universal Windows Platform features a rich toolbox of beautiful controls that enable the rapid development of apps. Notable among these is the new NavigationView control, which provides a simple and effective way for developers to tailor the app UX to their unique design requirements.

Read article