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

https://github.com/blue32a-sandbox/csharp

Learning C#
https://github.com/blue32a-sandbox/csharp

Last synced: 3 months ago
JSON representation

Learning C#

Awesome Lists containing this project

README

        

# Learning C#

https://ufcpp.net/study/csharp/

## dotnet script

https://github.com/dotnet-script/dotnet-script

### Scaffolding

```shell
dotnet script init
```

### Run

```shell
dotnet script foo.csx
```