开发者

Is there an Online version of LINQ Pad?

开发者_开发技巧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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜