开发者_开发技巧Is there an Online version of LINQ Pad?
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.
Ideone
http://ideone.com/
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
https://dotnetfiddle.net/
DotNetFiddle lets you choose between .NET 4.5 and Roslyn and supports NuGet packages.
精彩评论