Reputation: 13659
Is there an Online version of LINQ Pad?
Upvotes: 55
Views: 37360
Reputation: 172418
There are two online services that I know of, which don't have the nice graphical features of LINQPad, but can be used as web-based C# (or VB.NET) scratch pads. I use them for testing the code in my StackOverflow answers on PCs without Visual Studio.
It uses mono 2.8 and, thus, supports LINQ to objects. Apart from C# and VB.NET, Ideone supports a variety of other languages.
DotNetFiddle lets you choose between .NET 4.5 and Roslyn and supports NuGet packages.
Upvotes: 48