23.1 C
New York
Saturday, June 7, 2025

C# 14 introduces file-based apps



Taking a lesson from scripting languages akin to Python and JavaScript, Microsoft has launched a file-based apps functionality for the C# language, which is meant to streamline C# improvement.

Launched in .NET 10 Preview 4, the brand new function permits builders to run a stand-alone C# (.cs) file immediately with the command, dotnet run app.cs. Builders now not must create a challenge file or scaffold a whole utility to check a check snippet, run a fast script, or experiment with an thought, wrote Damian Edwards, principal architect at Microsoft, in a Might 28 weblog submit asserting the function. Beforehand, working C# code utilizing the dotnet CLI has required a challenge construction that included a .csproj file. Builders can get began with the function by downloading .NET 10 Preview 4.

File-based apps decrease the entry barrier to making an attempt out C# and make the language a more-attractive alternative for studying, prototyping, and automation eventualities, Edwards stated. Builders get a fast begin whereas no challenge file is required, there’s “first-class” CLI integration, and the aptitude scales to actual purposes. There isn’t any separate dialect or runtime; when a script grows up, it will probably evolve right into a full-fledged challenge utilizing the identical language, syntax, and instruments. With .NET 10 Preview 4, file-based apps additionally assist a set of file-level directives to declare packages, SDKs, and properties (that are saved in challenge information for challenge apps) with out leaving a .cs file.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Stay Connected

0FansLike
0FollowersFollow
0SubscribersSubscribe
- Advertisement -spot_img

Latest Articles