Searching Records Using a ComboBox in C# with SQL Server
Searching Records Using a ComboBox in C# with SQL Server Searching Records Using a ComboBox in C# In searching records in the database, we commonly use the TextBox because in …
itsourcecode.com hosts 500+ free source code projects for BSIT, BSCS, and CSE students, covering capstone projects, mini-systems, and learning exercises in PHP, Python, Java, VB.NET, C#, JavaScript, React, Node.js, Laravel, Android, and more. Every project is downloadable, modifiable, and free for academic use. Pair them with our Chapter 1-5 documentation series to complete your capstone or final-year project end-to-end.
What you’ll find in the Free Projects hub
This hub is organized by programming language and by project type so you can find the right starter quickly:
Capstone-ready systems: Library Management, Hospital, Hotel, Restaurant, School, ATM, E-commerce, Payroll, Inventory, fully working with database SQL
Learning exercises: small Python games (Pong, Hangman, Flappy Bird, Pacman), web tutorials, and beginner-friendly source code
AI-ready capstones: Chatbot, RAG, Image Classification, Crop Disease Detection, LangChain projects with full ML pipelines
Online compilers: MySQL, Bootstrap, Ruby, practice in-browser without installing anything
Complete documentation: every project page includes setup instructions, database schema, and UML diagrams where applicable
Featured projects by programming language
Browse curated collections by your preferred stack:
PHP Projects, Library, Hotel, Hospital, Restaurant management systems in PHP + MySQL (most popular for Philippine BSIT capstones)
Python Projects, Django web apps, AI/ML capstones, automation scripts, GUI applications
JavaScript Projects, React, Node.js, vanilla JS web apps, browser games
Java Projects, NetBeans Swing applications, JavaFX desktop systems, Spring Boot backends
VB.NET Projects, Windows Forms applications, SQL Server integrations for capstones
Laravel Projects, Modern PHP framework projects with authentication, REST APIs, and admin dashboards
Android Projects, Java + Android Studio mobile applications for BSIT mobile capstones
Featured capstone systems with complete source code
These are the most-downloaded capstone projects from our library, proven defendable systems used by hundreds of BSIT graduates:
Management systems: Library, Hospital, School, Inventory, Payroll, Employee Attendance
Booking & reservation systems: Hotel, Restaurant, Airline, Bus, Train, Online food ordering
E-commerce & POS: Online shopping cart, retail point-of-sale, pharmacy management
AI capstones: Chatbot with NLP, RAG retrieval system, image classification, recommendation engine
Game development: Pong, Hangman, Flappy Bird, Pacman in Python with PyGame
Each system includes source code, database SQL, setup instructions, and links to relevant UML diagrams. Scroll down to browse the full catalog.
About this Free Projects library
All source code projects on itsourcecode.com are released free of charge under the MIT License (unless otherwise noted) for educational use, including BSIT, BSCS, BSIS, and IT-related capstone projects. You can modify, extend, and use the code commercially. We ask only that you cite the source in your capstone documentation as required by academic integrity standards.
The library is maintained by PIES Information Technology Solutions, a Philippine-based development team. New projects are added monthly. If you need a custom capstone built for your specific defense requirements, see our Hire Us page for development services.
Related collections: go beyond source code
Building a complete capstone takes more than code. Pair our Free Projects with these companion resources:
Final Year Projects (FYP) Hub, 140+ capstone ideas + Chapter 1-5 documentation templates with examples
UML Diagrams Library, 300+ free UML diagrams (ER, DFD, Class, Use Case, Activity, Sequence) for capstone documentation
Chapter 1-5 Writing Series, Step-by-step guides for each capstone chapter with Philippine BSIT-specific examples
Software Engineer Salary Philippines (2026), career outlook after graduation
What is Information Systems, foundational reading for BSIS/BSIT students
Scroll down to browse the full free projects catalog ↓
Searching Records Using a ComboBox in C# with SQL Server Searching Records Using a ComboBox in C# In searching records in the database, we commonly use the TextBox because in …
Filling Data in the Combo Box with Two Display Members Using C# and SQL Server In this tutorial, I will teach you how to fill the data in the combo box …
Create and Read Text File in C# Today, you will learn how to create and read Text file using C#.net. This method is very important because it represents as a …
Autonumber in a TextBox in C# In this tutorial, I’m going to show you how to create an autonumber in the TextBox in C#.net. This process has the ability to auto generate …
How to Search Data in the ListView Using C# and SQL Server Today, you will learn how to Search Data in the ListView Using a TextBox in C#.net and SQL …
Calculator in C# Today, I will teach you how to create a calculator using C#.Net. This tutorial contains a step by step procedure that you need to follow orderly with ease. …
Searching Data in the Datagridview Using C# with SQL Server Searching Data in the Datagridview Using C# In this tutorial, I will teach you how to create an Autocomple in …
Creating a TextBox Programmatically in C# In this turtorial, I will teach you how to create a TextBox programmatically by using C#.net. This topic explains a simple way on how …
Validating a Registration Form Using Regular Expression in C# Today, I will teach you how to validate a Registration Form using Regular Expressions in C#. Regular Expression contains the formated rules and …
How to Load Data in the DataGridView in C# and SQL Server How to Load Data in the ListView Using C# In this tutorial, I will teach you how to …
Getting Time Interval Using C# Today, I’m going to teach you how to get a time interval using C#.NET. In this project, I use the TimeSpan properties to get the time interval between …
Adding Button Programmatically Using C# In this tutorial I will teach you how to add a Button programmatically in C#.Net. With this method, there’s no need for you to drag and …
Multiple Save Using C# and SQL Server Saving data in the database takes you a lot of time but, In this tutorial I will teach you how to save multiple …