📘
Quick reference
  • Install
    • Winget
    • Dotnet SDK
    • Visual Studio (Both)
    • LocalDB
    • REPL
  • Dotnet CLI
    • Solution creation
    • Project creation
    • dotnet ef install
    • dotnet ef commands
  • Trouble shooting
    • VS plugin crashes
Powered by GitBook
On this page
  1. Install

REPL

PreviousLocalDBNextSolution creation

Last updated 1 year ago

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:

GitHub - waf/CSharpRepl: A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.GitHub
Logo