Development WinUI XAML
Sep 25, 2018

Customizing Settings item in UWP NavigationView

Discover how to modify the default icon and text of the built-in Settings item in UWP's NavigationView. Learn how to create a custom class, override methods, and use dependency properties to customize the settings item. Find the source code and create a NavigationView control that perfectly fits your needs.

Visual Studio
May 5, 2017

Choosing NuGet package management format for new projects

Discover the new package management format in Visual Studio 2017 that simplifies NuGet integration. Learn how to select your preferred format and make the right choice for your projects. Find out more about this exciting update.

Development WinUI
Feb 7, 2017

UWP application settings performance

Discover how to improve the performance of your UWP app's settings retrieval, as the ApplicationData API can be slow. Read how to implement caching to optimize the process. Find the complete code on GitHub.