C#

C# Source Code

Free C# Source Code. Download 10 latest C# system's projects with source code for free here.

TicTacToe

Submitted by Sherwin14 on
This program is a simple TicTacToe, written in c# .NET. The main features are: 1.) 2 Players, 2.) Highlight buttons when there is a winner. I am planning to create an A.I using MINIMAX ALGORITHM. Hope you learned from this.

Enrollment System using C# + MSSQL

Submitted by donbermoy on
This is a project of my younger brother entitled Enrollment and Scheduling System for Christian Kiddie Star Academy which is a Kindergarten School programmed using C# language and SQL Server 2008. This project is a mini-thesis of my brother in their Software Engineering subject. The system has the following features: - Enrollment - Billing - Scheduling - Statement of Accounts - Student Information

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!!

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.

Basic Calculator

Submitted by 5GEE on
The Calculator has the following functions: 1. Menu that will allow users of your program to quit the program if they no longer want to use the program, message box must be displayed asking the user if he/she wants to quit. 2. Textbox that will display the number clicked by the user and also to display the answer when the equal (=) sign is clicked. 3. All the basic calculations.