1 min read 26 words Updated Sep 24, 2026 Created Sep 24, 2026
#csharp#dotnet

dotnetis the central CLI for the .NET framework.

Creating a new project with: dotnet new

With dotnet build a compiled file is usually created in /bin/Debug/net9.0$