Summary
C# is a .NET language for desktop, web APIs, games (Unity), and cloud.
Slug
csharp
Tier
core
Extensions
.cs
Hello World
using System;
class Program {
static void Main(){
Console.WriteLine("Hello, World!");
}
}
Tip: you can expand this page later with official docs + trusted references.