Computer Laboratory Monitoring System in C# with Source Code

Language

This Computer Laboratory Monitoring System is an automated system developed in C# and MySQL is used for the database. The main goal of this system is to help monitor and manage well all the computer equipment with ease. This is a user-friendly system that users can easily operate and understood how the system works. Here, you can view with ease the list of items that contain the barcode number, brand, parts, location, description and etc. You can also view the reports to see the daily reports, lost, items, damaged, and many more.

This system is free to download. This might also help you especially if you are new in C# and MySQL Database Integration. You can learn a lot with this project such as managing data (Create, Read, Update, and Delete) and generating reports. Feel Free to download and modify the source code the way you desire

These are the following features of the system

  • Manage Items
  • Transfer Items
  • Under Maintenance Items
  • Lost Items
  • Damaged Items
  • Manage Parts
  • Manage Brands
  • Manage Locations
  • Manage Computer Set
  • Manage Users
  • Print List of Items
  • Print List of Damaged Items
  • Print List of Transferred Items
  • Print List of Lost Items
  • Print List of Under Maintenance Items
  • Login and Logout

How to Run

Requirements:(Download and install the following)

Installation/Setup

  1. Download and Extract the provided source code zip file. (download button is located below)
  2. Open your XAMPP's Control Panel and start the "MySQL". To use the XAMPP's PHPMyAdmin to manage the database, start also the "Apache"
  3. Open a browser and browse http://localhost/phpmyadmin
  4. Create a new database naming dbmonitoring
  5. Import the SQL file provided. The file is known as "dbmonitoring.sql" included inside the extracted source code folder.
  6. Locate the Solution file in the source code folder. The file is named as "ComputerMonitoringSystem.sln".
  7. Open the solution file with your MS Visual Studio Software.
  8. Configure the MySqlConnection according to your database connection setup. To do this, go to the visual studio's Solution Explorer Panel and open the "SQLConfig.cs" file.
  9. Press the "F5" key on your keyboard to run the program.

Admin Access Information:

Username: admin
Password: admin

DEMO

That's it! You can now explore the features and functionalities of this Computer Laboratory Monitoring System Project in C# and MySQL Database. I hope this will help you with what you are looking for. Explore more on this website for more Free Source Codes and Tutorials.

For more information about the system. You can contact me @
Email [email protected]
Mobile No. – 09305235027 – TNT
Or feel free to comment below.

Happy Coding:)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Add new comment