Click here to Skip to main content
15,867,488 members
Everything / Desktop Programming / Universal Windows Platform

Universal Windows Platform

UWP

Great Reads

by Victor Dashevsky
Processing the positioning information of visual objects detected by Pixy camera and received on Raspberry Pi via I2C, and using common design patterns in a C# program parsing robotics sensor data
by raddevus
Get Started in UWP (moving away from WinForm) Chapter 7 Saving journal entries in the file system
by Daniel Vaughan
A fun UWP implementation of the game Sokoban, demonstrating some new features of XAML and C# 6.0. Part 3
by raddevus
Get Started in UWP (moving away from WinForm) Chapter 4 Adding Windows Controls (Building the DailyJournal app)

Latest Articles

by g96b10
Win2D provides a neat API interface, but how do you render complex sprites for your game? I provide a library and editor to make this a streamlined process.
by SoundersFan
How to edit templates in VS XAML without the bloat
by Michael Chourdakis
Replace GetOpenFileName/GetSaveFileName with a new cloud API!
by Daniel Vaughan
Create a dynamic settings screen for your UWP app. Add a setting with a single line of code.

All Articles

Sort by Title

Universal Windows Platform 

7 Feb 2021 by g96b10
Win2D provides a neat API interface, but how do you render complex sprites for your game? I provide a library and editor to make this a streamlined process.
15 Apr 2015 by Juan Pablo G.C.
StateTriggers with multiple properties and initialization, setters for attached properties, deep property path, set values to null,custom attached properties, visual state group as resource and trigger inside datatemplates workaround
1 Apr 2018 by Daniel Vaughan
Learn how to leverage the asynchronous ICommand implementation in Codon FX to support commands that kick-off long-running operations.
14 Jun 2016 by koolprasad2003
How to convert our existing lassic Windows/WPF/Win32 desktop apps to UWA? Project Centennial.
3 Jan 2019 by Sauro Abbondanzieri
UWP, COM, C++/WinRT, OOP in plain C. What else?
29 Mar 2019 by Daniel Vaughan
Create a dynamic settings screen for your UWP app. Add a setting with a single line of code.
15 Jun 2017 by Vinothkumar Arputharaj
This article will show how to create a mixed dimension (2d+3D) application on HoloLens and switch between 2D and 3D views
29 Jun 2016 by Joel Ivory Johnson
The storage APIs available to UWP applications are a little different than those in other .Net environments. This article will introduce you to the storage concepts specific to UWP with examples of how to use many of them.
20 Mar 2016 by Sumit Samediya
In this article we will learn how to generate Barcode and QR code in Windows Universal App.
21 Aug 2016 by Keerat Singh
Get Bing Image of the Day using different methods for JSON parsing
5 Jul 2018 by Gene Cole (CFSW)
Using HTTP with Bing Maps to get Elevation Data
27 May 2018 by Lee P Richardson
How to push updates to Raspberry Pi UWP apps in prod
8 Oct 2015 by Irina Pykhova
This article describes the implementation of an extended GridView control for the Universal Windows Platform (UWP).
7 Mar 2016 by TrevyBurgess
Implementing Windows 10 GridView for UWP Apps
13 Mar 2016 by Zohaib Sibte Hassan
A more detailed look into Iterators and Snapshots in LevelDB UWP
21 Nov 2016 by Piyush Manharlal
Numbers only textbox for Universal Windows App with options to allow negative numbers and set custom numeric pattern.
6 Dec 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 10 Refactoring sometimes means fixing bugs -- Getting the DailyJournal FileName format working.
7 Dec 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 11 LoadFileFromStorage - When changes from this chapter are complete you'll have an app which saves all entries and loads them from files.
12 Dec 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 12 Working with the ListView - Setting up ListView style via XAML, using data binding and anonymous types in C#.
14 Dec 2017 by raddevus
Get Started in UWP (moving away from WinForms) Chapter 13 : Deployment, Sideloading a UWA - How easy/difficult is it, really?
22 Dec 2017 by raddevus
Get Started in UWP (moving away from WinForms) Chapter 14: Add ability to delete an entry with a pop up confirmation dialog, add AccessKeys (keyboard shortcuts) and fix some bugs in our DailyJournal app.
29 Dec 2017 by raddevus
Get Started in UWP (moving away from WinForms) Chapter 15: Final chapter delves into various XAML Windows Controls showing examples and dealing with simple layouts.
27 Nov 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 4 Adding Windows Controls (Building the DailyJournal app)
28 Nov 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 5 Adding Tabs (Pivot) For Multiple Journal Entries
28 Nov 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 6 Programmatically Adding Tabs (Pivot) for Multiple entries in DailyJournal (includes CommandBar and Menu concepts)
29 Nov 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 7 Saving journal entries in the file system
1 Dec 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 8 Applied OOP, Designing Objects, SoC and going deeper into designing the DailyJournal app.
4 Dec 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 9 Refactor (MVC thinking), More OOP, Designing Objects, SoC continuing work on DailyJournal app.
20 Nov 2017 by raddevus
Using C# for Desktop Development: Get Started in UWP (moving away from WinForm) --Intro & Chapter 1
21 Nov 2017 by raddevus
Using C# for Desktop Development: Get Started in UWP (moving away from WinForm) -- Chapter 2
26 Nov 2017 by raddevus
Get Started in UWP (moving away from WinForm) Chapter 3: The Challenges of Making Our Apps Look Good
31 May 2019 by Michael Chourdakis
Replace GetOpenFileName/GetSaveFileName with a new cloud API!
3 Apr 2016 by Rafael Lillo
Send encrypt string and send/receive as bytes between Raspberry Pi 2 with Windows 10 IoT and PC
28 Mar 2016 by Sumit Samediya
In this article, we will learn how to send Push notifications in Windows Universal app using WNS
28 Mar 2017 by Eidorff
Simple software MIDI keyboard using Microsoft GS Wavetable Synth
21 Aug 2018 by Gene Cole (CFSW)
Integrating Sqlite into your Visual Studio/C# application.
5 Aug 2018 by Ajcek84
Strongly typed dependency property registration implemented for WPF and UWP
26 May 2018 by Victor Dashevsky
Processing the positioning information of visual objects detected by Pixy camera and received on Raspberry Pi via I2C, and using common design patterns in a C# program parsing robotics sensor data
30 Nov 2016 by syed shanu
In this article let's see how to create a simple Character matching game using Windows Universal App. Create our own game and have fun with Windows Phone using Universal App development.
31 Jul 2016 by Hein Pauwelyn
How you could use icons in your application there are 2 possible ways: images and icon font (Font Awesome).
13 Oct 2016 by Daniel Vaughan
A fun UWP implementation of the game Sokoban, demonstrating some new features of XAML and C# 6.0. Part 1
18 Oct 2016 by Daniel Vaughan
A fun UWP implementation of the game Sokoban, demonstrating some new features of XAML and C# 6.0. Part 2
26 Oct 2016 by Daniel Vaughan
A fun UWP implementation of the game Sokoban, demonstrating some new features of XAML and C# 6.0. Part 3
12 Dec 2017 by Uriel Jacobson
Xaml Binding vs. XBind
22 Jan 2017 by Daniel Vaughan
Implementing synchronous and asynchronous form validation for XAML based apps.
27 Jan 2018 by Matej Pavlů
MVVM friendly ways of connecting MediaPlayer to your ViewModel
25 Dec 2018 by Shao Voon Wong