Insert, Update, Delete and View in Jsp

Submitted by Bhaumik Mistry on
> This project is connection between jsp to MySQL database.It is a Process on the project is store information into MySQL database and retrieve data into database.They can be perform operation Like insert,update,delete and view data.It is one part of admin panel on the project and this part is a password protection login here. This is the only for authenticate admin to access in insert, delete

Sales System for Riverside Parts Master (C# + MS ACCESS)

Submitted by donbermoy on
This is a project of my younger brother entitled Sales System for Riverside Parts Master written in C# and MS Access database for their computer programming 3 subject in STI. Riverside Parts Master is a store that caters all hardware components for motorcycle, home, cars, and etc. The system has the following features: - Product Information - Product List/ Inventory - Sales Cashiering - Sold Items

Countdown Timer

Submitted by mzwe on
Countdown timer is a small project or exercise that can show you some basic of working with timer component in C#. This is a simple project I created it can be used in the internet café. You can make changes in the code if you understand it better. If you need help my contact details are there. Download it and enjoy. Enjoy Coding!!

Simple Social Networking Site

Submitted by willopash on
This is a simple social networking site that was created based on Adam Khoury's Tutorials on developing a simple social network site. For more information about the tutorials that facilitated the building of this site, visit http://www.developphp.com/. Get videos from his YouTube channel. Just go to youtube and search for Adam Khoury. I hope you enjoy the tutorials and gain great skills.

Text to Speech Application in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will have a text to speech application. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Login with SQL Server 2008 Database in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a login program that will have records on the database and will be accessed to login for the security. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Employees Management System

Submitted by surprisee.mashaba on
Employees Management System has a complete features like the ff: 1. Save/update/delete employees 2. Leave 3. Add task 4. See who's on duty 5. Check who's free to take a new task 6. Add car 7. Book company car 8. Return car 9. See who's using a specific car 10. Book a travel for meeting or other 11. View all employees by pictures etc. You can use this as an example on your school project. Just

Banking System

Submitted by surprisee.mashaba on
A very simple banking system created using C#. The features of this system are the following: 1. Open new account 2. Change daily limits 3. Freeze accounts 4. View and print transitional statement 5. Update customer information 6. Deposits 7. Transfer 8. Withdrawal 9. View balances If you find it interesting, just download the source codes and try this system yourself. Hope you learned from this.