
Contacts Book App in C# with SQLite Database with Entity Framework
Recently I started messing with SQLite database in Entity Framework and as usual I learn it by practically implementing it. This time I decided to improve upon one of my old semester project named Contacts Book which I also previously published on C Sharpens here. I was also contacted by a client to make some improvements to previous application to better suit his requirements. So here is the version 2.0 of Contacts Book. (more…)

Password Manager with Advanced Features developed in C#
If you are a guy like me who has accounts on almost every other website for many different purposes, you might want to use password managers unless you intend to use one same password for every website. In which case you will be vulnerable to hacking because if one of the site where you have account becomes compromised, your password will be known to hackers and they will try to use that password to access your account on other websites and your life will be pretty much ruined. (more…)

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. (more…)

My Contacts - Save your mobile contacts on computer
This C# application saves your mobile contacts with all their main, important & basic details on your computer hard drive. Giving you Control & backup of all contacts with many other features. (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. (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. (more…)

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. (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. (more…)

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. (more…)

How to change color of images in C# Application
This C# Tutorial explains "How to edit any image or picture in C#?". This application will change Image colors by using System.Drawing.Imaging; Library. Apply general color tones to an image in this application. You can Download this application with its visual studio files. (more…)

Custom Video Player in C#
This C# Tutorial is about creating a video player without embedding the windows media player in winforms with .NET compatibility error resolved & with Codecs. You can Download it with Complete source code. (more…)

Drawing Text on Windows Form Application in C#
This C# tutorial is about drawing text on windows form using graphics in C#.Net programming language. Easiest example with complete source code in visual studio. (more…)

Convert number into text in C# Program
One of my friend asked me to make a easy tutorial program which can…

How to get drive Name and Size in C# program
This C# tutorial is about getting Hard Disk's File system information including Volume Name, Serial Number, Maximum hard disk Size & Flags of HDD using C#. (more…)

How to use Windows Registry in C#
This article is about using Windows Registry functions in C#.Net application. Today I learned some basic functions of registry in Visual Programming Lab. In this example we will learn how to store a value in registry. This example will save the current Height & Width of windows form at Form1_FormClosing event. (more…)

Password Manager in C# with Source Code
Remembering different passwords for zillions of web sites is a real problem. You can write them down on a piece of paper, but then someone locally can get hold of the paper. You can store them in a file, but if a hacker gets into your computer, they could grab that file. So this is a Password Manager that will help you remember these Password with Better Security. (more…)