Button pressed UI highlight

Getting rid of the highlight effect UWP adds highlighting when a button is pressed, in my case a translucent grey fill over the button. If you don’t want it it turned out there wasn’t a simple setting to turn it off. For instance, none of these worked: This worked….but the button then no longer works […]

Read More

Rounding

Using this Will result in MyIntValue = 2, because Convert::ToInt rounds to the nearest value. To force rounding down use:

Read More

.Bouncy Castle general

The Bouncy Castle Cryptography library is a popular open source .NET implementation of cryptographic algorithms and protocols. https://github.com/bcgit/bc-csharp Installing Bouncy Castle libraries NuGet Package Manager > Package Manager Console Enter the command: Install-Package BouncyCastle.Cryptography

Read More