Live data from Hacker News

LINQPad – The .NET Programmer's Playground

linqpad.net

1–10 of 137 posts

Re: LINQPad – The .NET Programmer's Playground

#3
Great 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

#6

Honestly 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

#7
post #6

Honestly 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.

Not even in the same zip code.

Re: LINQPad – The .NET Programmer's Playground

#8
post #6

Honestly 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

#10

Also 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"
Post reply on HN