.NET Core SDK and runtime for building and running .NET applications
.NET Core
dotnet
$ dotnet new console -n MyApp
$ dotnet build
$ dotnet run