LINQPad – The .NET Programmer's Playground
21–30 of 137 posts
Re: LINQPad – The .NET Programmer's Playground
#22Honestly surprised that Microsoft have not bought this up and integrated it into Visual Studio. LINQPad is gold.
Re: LINQPad – The .NET Programmer's Playground
#23Honestly surprised that Microsoft have not bought this up and integrated it into Visual Studio. LINQPad is gold.
That is true of so many products. Notepad++, Paint.Net, Everything search. Products which would cost Microsoft absolute peanuts to acquire. Or even just use that as a model and rip it off entirely with an in house version.
So in the end it's good all those tools stay independent and focused.
Re: LINQPad – The .NET Programmer's Playground
#24I haven't used Linqpad in a long time but one of the most useful features it had was the ability to add connections to your SQL Server databases and then write quick throwaway LINQ/Lambda style syntax queries against it, e.g. radios.GroupBy(x=> x.Channel).Select(x=>x.OrderBy(y=>y.Price)).Select(x=>x.First()); If I remember correctly, it also let you compare the LINQ query against the transpiled SQL so you could try t…
Re: LINQPad – The .NET Programmer's Playground
#25Earlier quoted context omitted.
That is true of so many products. Notepad++, Paint.Net, Everything search. Products which would cost Microsoft absolute peanuts to acquire. Or even just use that as a model and rip it off entirely with an in house version.
It's because Microsoft isn't really serious with C#. For years it has advertised other languages (e.g. JS on WinRT) or runtime (wasm), support in VS Code is still rather interesting, UI frameworks were never made truly multiplatform and the one which supposedly is is still buggy as hell (maui). C# 12 is a pile of crap (C# 13 looks interesting tho). So in the end it's good all those tools stay independent and focused.
Re: LINQPad – The .NET Programmer's Playground
#26In particular, keyboard shortcuts to toggle visibility on the different sub-windows, and using the Util class to prompt for a password I find to be useful.
Re: LINQPad – The .NET Programmer's Playground
#27Re: LINQPad – The .NET Programmer's Playground
#28Unfortunately, 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
#29I used to purchase premium version (single user) and the upgrade option is $97.50 instead of $125 for new license.
Re: LINQPad – The .NET Programmer's Playground
#30Unfortunately, they still haven't gotten around to making it usable outside of Windows https://forum.linqpad.net/discussion/1935/installation-on-ma...
I don't bother making anything run on linux unless it's meant to run as a service. It's just not worth the time and trouble to test it on multiple operating systems, probably with different libraries, just for what is a very vocal minority.