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
Asked
Active
Viewed 2,315 times
2 Answers
7
do you mean to execute arbitrary snippets of C# ?
LinqPad4 is pretty good.

Eoin Campbell
- 43,500
- 17
- 101
- 157
-
Yes, I love this tool! – hellboy Sep 26 '13 at 09:13
-
Now - with debugger! – hellboy Feb 06 '15 at 09:30
3
There is the CsharpRepl project from the mono guys.
And linqpad is a very popular option (you don't have to use it just for LINQ).
Another option is to use snippy by Jon Skeet.

Oded
- 489,969
- 99
- 883
- 1,009