Y
Hacker News
new
|
ask
|
show
|
jobs
by
notcub
4499 days ago
Not quite REPL (not sure C# is a great fit for REPL) but I've found LINQPad very useful for trying out code snippets locally.
https://www.linqpad.net
1 comments
usea
4499 days ago
LINQPad is one of the best tools I've ever used. I can't recommend it enough for anybody who wants a C# or F# scratchpad, or wants to quickly query a database.
link