https://github.com/blue32a-sandbox/csharp
Learning C#
https://github.com/blue32a-sandbox/csharp
Last synced: 3 months ago
JSON representation
Learning C#
- Host: GitHub
- URL: https://github.com/blue32a-sandbox/csharp
- Owner: blue32a-sandbox
- Created: 2024-08-10T09:34:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T10:50:49.000Z (10 months ago)
- Last Synced: 2025-01-19T15:38:14.235Z (5 months ago)
- Language: C#
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```