Category "win-universal-app"

How do I keep my Async method thread safe?

I need to write a method in my Windows Universal App to write to the SD card. How can I ensure two threads do not try to write to the same file at the same tim

UWP ListView Item context menu

I'm searching internet for how to add context menu for ListView. So far I've found one that actually displays context <ListView> ... RightTapped