https://github.com/xpdojo/csharp
C# is a general-purpose high-level programming language supporting multiple paradigms. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines.
https://github.com/xpdojo/csharp
csharp dotnet unity wpf
Last synced: 9 months ago
JSON representation
C# is a general-purpose high-level programming language supporting multiple paradigms. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines.
- Host: GitHub
- URL: https://github.com/xpdojo/csharp
- Owner: xpdojo
- License: gpl-3.0
- Created: 2022-07-20T15:34:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T15:51:58.000Z (over 1 year ago)
- Last Synced: 2025-02-06T15:53:23.572Z (11 months ago)
- Topics: csharp, dotnet, unity, wpf
- Language: C#
- Homepage: https://learn.microsoft.com/en-us/dotnet/csharp/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSharp
C#
## Install
### macOS
- [Install .NET on macOS](https://learn.microsoft.com/en-us/dotnet/core/install/macos)
### Windows 11
```ps1
winget install Microsoft.DotNet.SDK.7
```
```ps1
dotnet --info
```
```ps1
Host:
Version: 7.0.3
Architecture: x64
Commit: 0a2bda10e8
.NET SDKs installed:
7.0.200 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 7.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 7.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
```