C#

C# Language

The C# language itself: syntax, semantics, type system, and standard library conventions. Maintained by Microsoft with a formal ECMA-334 specification and modern features such as records, pattern matching, async/await, and nullable reference types.

API entry from apis.yml

apis.yml Raw ↑
aid: c-sharp:c-sharp-language
name: C# Language
tags:
- C#
- Programming Language
- Microsoft
humanURL: https://learn.microsoft.com/en-us/dotnet/csharp/
properties:
- type: Website
  url: https://learn.microsoft.com/en-us/dotnet/csharp/
- type: Documentation
  url: https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/
- type: Language Reference
  url: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/
- type: Language Specification
  url: https://learn.microsoft.com/en-us/dotnet/csharp/specification/
description: 'The C# language itself: syntax, semantics, type system, and standard library conventions.
  Maintained by Microsoft with a formal ECMA-334 specification and modern features such as records, pattern
  matching, async/await, and nullable reference types.'