Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T15:51:58.000Z (9 months ago)
- Last Synced: 2024-04-06T16:39:49.783Z (9 months ago)
- Topics: csharp, dotnet, unity, wpf
- Language: C#
- Homepage: https://learn.microsoft.com/en-us/dotnet/csharp/
- Size: 14.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:
NoneEnvironment variables:
Not setglobal.json file:
Not foundLearn more:
https://aka.ms/dotnet/infoDownload .NET:
https://aka.ms/dotnet/download
```