Categories

Resizing a Bitmap image with C#

I have written an example that shows how you can resize a Bitmap image using C#

View it here

Basic Encryption/Decryption Example C#

I have just added a new code snippet to the site, one that deals with simple encryption/decryption of strings.

View here