C#

.NET Runtime

The .NET runtime hosts and executes C# programs, providing the CLR, base class libraries, garbage collection, and cross-platform support for Windows, Linux, and macOS.

API entry from apis.yml

apis.yml Raw ↑
aid: c-sharp:dotnet-runtime
name: .NET Runtime
tags:
- Runtime
- Dotnet
- Open Source
humanURL: https://github.com/dotnet/runtime
properties:
- type: GitHub
  url: https://github.com/dotnet/runtime
- type: Download
  url: https://dotnet.microsoft.com/download
- type: Documentation
  url: https://learn.microsoft.com/en-us/dotnet/core/
description: The .NET runtime hosts and executes C# programs, providing the CLR, base class libraries,
  garbage collection, and cross-platform support for Windows, Linux, and macOS.