Skip to content

wilsonneto-swe/dotnet-10-file-based-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

File-Based Programs - .Net 10 New Features

File-based program is a new way to run a .Net program directly from a .cs file, similar to how interpreted languages work..

It is great for scripting and for those learning C#, as it makes running C# code extremely simple.

Example

After installing the .Net 10 SDK, just clone this repo and execute:

dotnet run ./passgen.cs

Or, an even simpler way:

./passgen.cs

About

.Net 10 New Features - File Based Programs

Topics

Resources

Stars

Watchers

Forks

Languages