interactive C# console as alternative to immediate window

c#, visual-studio, visual-studio-debugging

Solution

do you mean to execute arbitrary snippets of C# ?

LinqPad4 is pretty good.

Problem

Is there CLI/GUI tool to execute C# code, i.e. alternative for Python ipython/Ruby irb. Immediate Windows from Visual Studio is only available during debugging and in some cases can not execute code

Original source

Related problems