Convert comma separated string to a list Convert a List to a comma separated string
All posts by
Line
Draw line
Reference xaml object by name
Your xaml Your code that wants to alter it
Object reference not set to an instance of an object
Error message: Object reference not set to an instance of an object Have you included a class int he file but forgotten to create it as an object?
TextBlock Formatting
Rotate text / Vertical text
Determining which object called method
E.g. you have a method like this: You can detect which object (ComboBox in this example) triggered it with this: If you use names that include an ID value, say:
Timers General
The normal timers (system.timers.timer) are not accurate on fast timings. The thread sleep instruction timer also is often not. A minimum resolution may be 15mS or it may 55mS. Also it seems that if you specify a time of say 10mS, this will get rounded up to match the nearest time resolution – basically crap! […]
Shared memory
Sharing memory woth other apps / processes is a nightmare on UWP apps, because a UWP app exists in its own sandbox. See interprocess-communication
Releasing Project – Sideloading on Desktop Windows
Sideloading is when you will manually install the app from the install files (not via the Microsoft store) Releasing Microsoft docs: https://docs.microsoft.com/en-us/windows/uwp/publish/ Log into the store: https://partner.microsoft.com/dashboard Create the app. In Visual Studio Select ‘Release’ Menu > Build > Run code analysis on solution Do any checks you have on the project, set version number […]
UWP Sample Code
Microsoft Sample Code https://github.com/microsoft/Windows-universal-samples