Simple Social Networking Site

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.

Login with SQL Server 2008 Database in C#

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

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

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.

Populate Combobox with Data Stored in SQL Server 2008 using C#

In this tutorial, I will teach you how to create a program that will load records to a combobox from a SQL Server 2008 database using c#. This will be very helpful in making your systems or thesis. 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. Add only one combobox in your Form.