
Deep Linking with UWP
Your UWP application can be activated using a link to your Website. For example, clicking on http://www.linkedin.com can open the … Continue reading Deep Linking with UWP
Your UWP application can be activated using a link to your Website. For example, clicking on http://www.linkedin.com can open the … Continue reading Deep Linking with UWP
With older editions of Windows, applications had a guideline to include menus and a toolbar to navigate to the functionality … Continue reading Navigation within Apps
After the highlights of July-2016, this is the second summary of the month. Again I’ll try to summarize my blog … Continue reading Highlights of August 2016
Grouping a list of objects is an often used feature with applications. Using the CollectionViewSource and the ListView this can … Continue reading ListView Grouping with UWP
Probably you’ve issues using .NET Core libraries from Universal Windows Platform apps. If you get errors such as package restore … Continue reading Problems using .NET Core with UWP?
The InkCanvas control allows for easy painting with pen, touch, or mouse. My book Professional C# 6 and .NET Core … Continue reading Using InkToolbar and InkCanvas with the Universal Windows Platform
In the week starting August-1st I’m teaching a workshop programming the Universal Windows Platform (UWP) in Vienna, Austria – all … Continue reading Programming Universal Windows Platform Workshop
Because Microsoft itself is using XAML in many places within Windows, as well as with different Microsoft Office implementations, the … Continue reading Compiled Data Binding with UWP