C# is a modern, statically-typed, object-oriented language created by Microsoft. .NET is the platform it runs on — a runtime, a vast standard library, and tooling for building many kinds of applications. Modern .NET is cross-platform, open-source, and fast.
A simple C# program
System;
Console.WriteLine();
=> a + b;
