wilksonccp / CSharp_CourseControl_Project

This is a course management system project developed in C#. The goal of this project is to demonstrate the implementation of a basic system that manages courses, students, and enrollments, allowing the addition, removal, and listing of information.
MIT License
0 stars 0 forks source link

CSharp_CourseControl_Project

Overview

The CSharp_CourseControl_Project is a course and student management application developed in C# with the primary goal of improving programming skills in an academic setting. The application is simple and offers features such as student and course registration, enrollment, deletion, and listing, all through an interactive command-line menu. The project is continuously evolving, with new functionalities being implemented and refined as development progresses.

Features

Project Structure

Technologies Used

How to Run

  1. Clone the Repository:

    git clone https://github.com/your-username/CSharp_CourseControl_Project.git
  2. Build and Run:

    • Open the project in Visual Studio Code.
    • Build the project:
      dotnet build
    • Run the project:
      dotnet run
  3. Navigate the Menus:

    • Follow the instructions in the terminal to register students, courses, and use the other features.

Testing and Verification

Future Improvements

Contributions

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the terms of the MIT license.