Validating a Registration Form Using C#
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 …
itsourcecode.com hosts 55+ free C# projects, code snippets, and SQL Server tutorials (2026) — full Windows Forms management systems and reusable how-to patterns for DataGridView, ListView, ComboBox, autocomplete, and login flows. Most projects use Visual Studio + SQL Server 2005-2019 (or LocalDB for development). Browse the management systems below if you need a capstone-scale project, or jump to the C# + SQL Server reference snippets if you need a specific control pattern.
Two reasons C# stays relevant for BSIT capstones: (1) Windows Forms + SQL Server is the “professional Microsoft stack” — panels familiar with VB.NET, .NET Framework, or enterprise software recognize C# instantly. Smoother defenses than newer stacks. (2) Visual Studio Community is free + powerful — IntelliSense, debugger, designer surface for forms. Lab machines run it well on 8GB RAM.
Need a specific Windows Forms control pattern? These how-to posts give you copy-paste C# code for the most common SQL Server-backed UI tasks.
Curated since 2015 by PIES Information Technology Solutions, Binalbagan, Negros Occidental, Philippines. Each project tested in Visual Studio + SQL Server before publishing. Used by 12,000+ BSIT students monthly.
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 …
Load Data in the ListBox Using C# and SQL Server In this tutorial, I will teach you how to load data in the ListBox using C#.net and Microsoft SQL Server …
User CRUD in C# and SQL Server This time, I will teach you how to perform Crud using C# and SQL server 2005. CRUD is very important for a system because …
Login System in C# and SQL Server 2005 In this tutorial, I will teach you how to create a Login System in C#.net and SQL server 2005. This is a …
Clear Multiple TextBoxes in C# If you are a beginner in Programming Languages and you’re using C#.net, this tutorial will help you minimize your codes and lessen your work. This …
How to Delete and Retrieve Data in C# and SQL Server 2005 This time, I will teach you how to delete and retrieve the data in C#.net and SQL server …
In this tutorial, I will show you how to save and fill data in the ComboBox in C# and SQL Server 2005. This method is use for displaying data in the database to …
In this tutorial, I will teach you how to update data in the database in C#.Net and SQL Server Manangement Studio Express. With this, you can update data in the …
Searching an accurate information or record in the database is very difficult without a hard copy for your basis. So, in this tutorial, I will teach you how to create a …