Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prgrmcode/csharp-basics
In this repository we explore the basics of csharp
https://github.com/prgrmcode/csharp-basics
Last synced: 6 days ago
JSON representation
In this repository we explore the basics of csharp
- Host: GitHub
- URL: https://github.com/prgrmcode/csharp-basics
- Owner: prgrmcode
- Created: 2023-10-02T11:29:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T12:19:48.000Z (about 1 year ago)
- Last Synced: 2023-10-02T14:51:40.578Z (about 1 year ago)
- Language: C#
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csharp-basics
- In this repository we explore the basics of csharp
- This is a c# console application with a menuIn the menu folder, Program.cs file is the console application. And we can run this on terminal by:
```
cd .\menu\
dotnet run
```How our app looks:
![menu console Image](menu.PNG)