Hotel Management System in C# with Source Code

Recently we received a lot of requests for different projects in our Facebook group. We have also published a number of C# projects in past but now we are starting a new series where we will publish a new project every week. These projects are for learning purposes so that the beginners can understand & get the idea of how to develop their own projects. We are starting this C# project series with Hotel Management System.

Read more

Simple Calculator in ASP .Net with Source Code

Early in my Software Engineering studies, I was convinced by some colleagues that the future for ASP.Net is very bleak so I started to concentrate on learning other languages such as PHP, Java, CSS for styling simple web pages & Javascript. Although I did not cut off myself from C# because that was my primary programming language to develop desktop apps, specially my semester projects but I never tried to concentrate on learning ASP until now. Now I am in my final year of Software Engineering & soon I’ll graduate so I started to search for applying different companies & Software Houses. One thing I noticed is that most of these jobs require candidates to have knowledge of ASP.Net & particularly MVC framework. Therefore I started learning ASP.Net from the basics again. Here is my first try at creating a Simple Calculator in ASP.Net with background code in C#.

Read more

C# Store and Retrieve Images in SQL Database with Hashing

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.

Read more

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.

Read more

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.

Read more

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.

Read more