Dragos Nicholas

Website: http://freesoftwareworkshop.com

Articles

Converting an Image to a Binary String
Today we will learn how to convert an image into a 1 and 0 string using C#. Let me show you what I'm talking about.

Creating a Simple Key Logger in C#
Learn how to program a simple key logger with the help of C# and the .NET Framework. And that's not all, it saves the keystrokes into a file and periodically sends the file as an email attachment.