Dies ist eine alte Version des Dokuments!
Plattformunabhängige, projektorientierte Programmiersprache von Microsoft. Wie C# ohne UI zeug. Powershell versteht .NET.
.Net App erstellen
dotnet new console -o MyApp cd MyApp dotnet run [parameters] dotnet publish -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true