Like dotnet run app.cs. C# is becoming a scripting language :)

  • Kogasa@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    I doubt this would change anything that was already built in C# but it enables the use of C# for smaller independent scripts. Stuff you might use Python, Bash or Powershell for. It still requires a runtime so not quite as portable as Bash/Pwsh but I’d take a C# script over a Python one most days.