An open API service indexing awesome lists of open source software.

https://github.com/justehmadsaeed/software-engineering-tasks

This repo contains the programming tasks, assigned in the subject of Software Engineering Course.
https://github.com/justehmadsaeed/software-engineering-tasks

c-sharp csharp software-engineering

Last synced: about 2 months ago
JSON representation

This repo contains the programming tasks, assigned in the subject of Software Engineering Course.

Awesome Lists containing this project

README

        

# Software Engineering Tasks
This repo contains the programming tasks, assigned in the subject of Software Engineering Course.

### Commands to run c# projects
This is a one-time command.
```
dotnet restore
```
To compile the code, you have to run the following command each time:
```
dotnet run
```