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.
- Host: GitHub
- URL: https://github.com/justehmadsaeed/software-engineering-tasks
- Owner: justEhmadSaeed
- Created: 2020-10-26T21:14:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T12:51:04.000Z (over 4 years ago)
- Last Synced: 2025-04-05T05:41:24.980Z (3 months ago)
- Topics: c-sharp, csharp, software-engineering
- Language: C#
- Homepage:
- Size: 694 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```