Blog Entries

18. 06. 2025 Francesco Belacca Microsoft

Dotnet Run App

Why am I writing this? The recent introduction of file‐based apps in .NET 10 Preview 4 marks a turning point in how we think about C# for quick tasks and prototyping. With a single command—dotnet run app.cs—you can now execute a standalone C# file without ever creating a .csproj (May 28, 2025) devblogs.microsoft.com. We also…

Read More

Archive