Repair Shop Management System Database Design The project repair shop management system is an online platform intended to cater the transactions between the shop owner, technician and customers/clients. The design of this project can be used by computer repair shop,…
Social Learning Platform Technical Background
Social Learning Platform Technical Background TECHNICAL BACKGROUND The project entitled Social Learning Platform is an online application that can post assignments, create polls for student responses, embed video clips, create learning groups, post quizzes for students to take, and creating…
Health Center Patient Information System ER Diagram
Health Center Patient Information System ER Diagram This article will discuss the step by step process on how to prepare the entity relationship diagram or ERD of the project entitled Health Center Patient Information System. The project entitled Health Center…
Count All Data Registered in Database Using C#
Count All Data Registered in Database Using C# In this article I will show you how to count all data registered in database using c#, let’s follow code below Step 1: Create Project And Add Reference To C# WinForms Project.…
Find Missing Number Series in Database Using C#
Find Missing Number Series in Database Using C# In this article I will show you how to find missing number series in database using c#, let’s follow code below Step 1: Create Project And Add Reference To C# WinForms Project.…
Find Min Number Series in Database Using C#
Find Min Number Series in Database Using C# In this article I will show you how to find min number series in database using c#, let’s follow code below Step 1: Create Project And Add Reference To C# WinForms Project.…
Find Max Number Series in Database Using C#
Find Max Number Series in Database Using C# In this article I will show you how to find max number series in database using c#, let’s follow code below Step 1: Create Project And Add Reference To C# WinForms Project.…
Save DataGridView Rows into Database
Save DataGridView Rows into Database In this article, I will show you how to save DataGridView Rows into Database, let’s follow code below Step 1: Create Project And Add Reference To C# WinForms Project. (visit the link to the first…
Canteen Sales and Credit Management System ER Diagram
Canteen Sales and Credit Management System ER Diagram This article will discuss the step by step process on how to prepare the entity relationship diagram or ERD of the project entitled Canteen Sales and Credit Management System. The project entitled…
Add Data in DataGridView Rows Without Database
Add Data in DataGridView Rows Without Database In this article, I will show you how to add data in datagridview rows without database, let’s follow code below