# Course Management System

![](/files/-M5OO90531wNUMiWXBQ4)

## Table of Contents

| # | Title                                  |
| - | -------------------------------------- |
| 1 | [Project Details](/project-details.md) |
| 2 | [UI Tutorial](/ui-tutorial.md)         |
| 3 | [How To Deploy](/how-to-deploy.md)     |
| 4 | [ER Diagram](/er-diagram.md)           |
| 5 | [Flow Chart](/flow-chart.md)           |

## Overview:

C# system for managing, storing and reporting students’ exam results in a giving faculty with the ability to:

* Manage the courses, terms, teachers and assignments by the admin through the UI.
* Evaluate the uploaded tests’ results and export all the data to Excel file.

### Technologies

* MS SQL Server.
* Dapper.
* MahApps.Metro for UI design.
* Office.Core.
* Squirrel for deploying the app.
* GitHub for version control.

## Developers' Info

* **Muhammed AKSOY** \~ [Linkedin🔗](https://www.linkedin.com/in/mhdb96/) - [GitHub🔗](https://github.com/mhdb96)
* **Onur KANTAR** \~ [Linkedin🔗](https://www.linkedin.com/in/onur-kantar-580ab1ab/) - [GitHub🔗](https://github.com/simiyen)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cms.xdebuggers.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
