UWP apps have been designed to be more secure and explicit about what they are allowed to do on the…
Deploying apps to Azure App Service is as easy as 1,2,3. But sometimes things don’t go exactly as planned and…
The built-in TextBox control in UWP supports any textual input from the user, but in some cases, you might prefer…
The singleton pattern is useful when writing game components like a game manager or localization manager in Unity. I would…
Can you count how many times you wrote something like: This file contains bidirectional Unicode text that may be interpreted…
Today I was trying to implement reading of ushort values from a little-endian byte array. The code to retrieve a…