
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…)

Hiding Secret Messages in Images using C# Program
Steganography is the science of hiding information within other information. For example, a watermark “hides” an image on a piece of paper. If you look at most paper currency at a low angle or if you hold it up to a bright light, you can see a ghostly image inside the paper. When you look at the currency straight on in normal light, you cannot see the image. (more…)

Mouse Tracking Game in C#
This example is a program that tracks the mouse pointer's current position from Mickey mouse's eyes in C#. (more…)

Circular Progress Bar in C# Windows Form Applications
I've been working on an application where I needed to show progress. The client wanted to have a better progress indicator & didn't wanted to see the built-in progress bar that is available in control box. So I worked on this progressbar which is in circular shape. Developed in Csharp (C#). It is very easy to use. No hard coding. Even new programmers can easily integrate it in their win forms application. (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…)

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

Copy or Paste Text to Clipboard in C#
This C# tutorial is explaining about how to Paste text or data from Clipboard & How to copy text or data to Clipboard. You can also check the active data or text on clipboard in this Csharp example program. Here is the source code with explanation of it. (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…)

All Basic SQL Queries for Database Server & Visual Studio in C#
This article will help you understand the syntax for basic queries that are most used in SQL Server. In the first part we will list down important queries that you need to understand & then in second part we will see how we can use these queries in Projects in Visual Studio using C# Programming Language. (more…)

How to get Device Geo-location in C#
How to get Device Location in C# with Longitude & Latitude in C#. This C# tutorial is about getting location of the user in C#.NET using GeoPositionStatus. (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…)