LINQPad – The .NET Programmer's Playground
linqpad.net
LINQPad – The .NET Programmer's Playground
1–10 of 137 posts
Re: LINQPad – The .NET Programmer's Playground
#2Also check out free open source alternative RoslynPad. https://roslynpad.net/
Re: LINQPad – The .NET Programmer's Playground
#3Great piece of software that I basically use for scripting/notebooking. Been writing C# so long it's my lingua franca and this tool lets me do pretty much everything (except actual shell scripting for use on e.g. build servers and deployment pipelines) in C#.
Re: LINQPad – The .NET Programmer's Playground
#4Honestly surprised that Microsoft have not bought this up and integrated it into Visual Studio. LINQPad is gold.
Re: LINQPad – The .NET Programmer's Playground
#5Also https://github.com/waf/CSharpRepl - if you want a conventional repl, also cross platform.
Re: LINQPad – The .NET Programmer's Playground
#6Honestly surprised that Microsoft have not bought this up and integrated it into Visual Studio. LINQPad is gold.
There is already a C# REPL built into Visual Studio, called C# Interactive. It takes a bit of getting used to, but it's not bad at all.
Re: LINQPad – The .NET Programmer's Playground
#7Re: LINQPad – The .NET Programmer's Playground
#8Honestly surprised that Microsoft have not bought this up and integrated it into Visual Studio. LINQPad is gold.
There is already a C# REPL built into Visual Studio, called C# Interactive. It takes a bit of getting used to, but it's not bad at all.
Echoing the other comment, personally I find the C# interactive really frustrating to use. So close and yet so far.
I often find it quicker/less frustrating to just fire up a new console app project.
Last time I tried to use it I think it was even running an old version of .Net and you have to remember to switch the version.
Re: LINQPad – The .NET Programmer's Playground
#9Unfortunately, they still haven't gotten around to making it usable outside of Windows
https://forum.linqpad.net/discussion/1935/installation-on-ma...
Re: LINQPad – The .NET Programmer's Playground
#10Also check out free open source alternative RoslynPad. https://roslynpad.net/
The only reason I would use something like LINQPad is for the syntax tree and semantic analysis support, for compiler extensions. With a name like RoslynPad, seems funny that such a feature would be missing from that "alternative"