This simple Windows Forms application in C# tutorial will show you how to store & retrieve images from SQL Database using Binary hashing instead of image linking with source code & demo. I had this topic on my list long ago so today I decided to publish it. There are many scenarios in which we need to save images in MS SQL Database with Hash Code. It is easy for professionals but new programmers find it hard to achieve first time. I myself encountered this situation in one of my semester projects.
Sajjad Arif Gul
Examples of Date Time Formatting in C#
I’ve come across this best feature of C# (C sharp). If you need to specify Date Time in any custom format as your need then this feature will help you a lot.
Application : Full Quran Recitation by Idris Abkar
Sheikh Idris Abkar ( الشيخ ادريس أبكر ) are known for their recitation of Koran in beautiful voice. His voice is so emotional that many listeners feel it in their hearts. A lot of people search on Google for their complete recitation of Quran but until now there is no such website where you can find all of his recitation. So I decided to develop an application where all of his recitation can be merge & will be easy for people to listen to him at one single place.
Webcam in C# – How to use webcam in C# Projects
One of my friend have recently been asking me for a C# project to control webcam to capture video & photos. Also if you can capture screenshots or screen video from this application. So I come up with an easy solution from him. I work on this c sharp tutorial. It is in Visual Studio 2010. I've used an image & video processing open source library Aforge.net.
Send Email in C# Project with File Attachment
In one of my C# project, I needed to receive some files from my User side application through email. So Now i have created a Tutorial on Windows Form Application & Console Application for this purpose in which we will see the source code of sending emails through c#. Lets Check it.
Keylogger Application Program in C# with Source Code & Download
Keylogging, often referred to as keystroke logging or keyboard capturing, is the action of recording any keys struck on a keyboard in a manner so that the person using the keyboard is unaware that their actions are being monitored. We are just posting this with complete coding for education purposes so that my fellow programmers & simple computer users can understand how these works.
Hangman Game with Source Code in C#
Another C Sharp Game application "The Hangman". This weekend, i programmed Hangman in C#. Its open source so you can check its coding & can also download Hangman game with its visual studio files & resources. It select its word randomly.