Skip to content

A final requirement for CpE Software Design course made using C# and MySQL.

Notifications You must be signed in to change notification settings

ivanovich18/Student-Enrollment-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Enrollment Application

Description: A C# desktop application that stores student information into a mySQL database. A final requirement for CpE Software Design course.

Developers:

Technologies Used:

  • C#
  • MySQL
  • Figma

Project Preview:

2 1 3

How to use:

  • This application uses MySQL using XAMPP control panel as its database.

Step 1: Download and Install XAMPP

Step 2: Start the XAMPP Control Panel

  • Once the installation is complete, locate the XAMPP Control Panel and launch it.
  • Start the Apache and MySQL modules by clicking the "Start" button next to each module.
  • Step 3: Import the Database
  • Open your web browser and enter "http://localhost/phpmyadmin" in the address bar. This will open the phpMyAdmin interface.
  • Click on the "New" button to create a new database. Provide a name for your database and click "Create".
  • Once the database is created, click on its name in the left sidebar to open it.
  • Click on the "Import" tab in the top navigation menu.
  • Click on the "Choose File" button and select the database file (usually a .sql file) that is provided with your C# app.
  • Finally, click the "Go" button to import the database.

Step 4: Update Connection String in the C# App

  • Open your C# app project in your preferred development environment (e.g., Visual Studio).
  • Locate the file or code section where the database connection string is defined.
  • Update the connection string to point to the MySQL database running on your local machine. The connection string should include the hostname (localhost), port number (usually 3306), database name, username, and password.

Step 5: Build and Run the C# App

  • Build the C# app to ensure that all dependencies are resolved and there are no compilation errors.
  • Once the build is successful, run the C# app. It should connect to the MySQL database and be ready for use.

About

A final requirement for CpE Software Design course made using C# and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages