this post was submitted on 26 May 2025
21 points (100.0% liked)

.NET

1697 readers
22 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] kogasa 4 points 5 days 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.