Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 menu

In 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)