REPL

CSharp REPL tool

If we have installed .NET 8 or above framework, we can also instal an additional tool Which will make learning and exploring CSharp much easier we can do so by running the below command:

dotnet tool install -g csharprepl

More info on the opensource tool here:

Last updated