Live data from Hacker News

Show HN: DotNetFiddle – JsFiddle for .Net

dotnetfiddle.net

31–40 of 95 posts

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#32
This is really great. Infact you gave it edge over jsfiddle by providing collaborate, auto-complete and compile-as-you-type features.

There are times when I quickly want to test some idea with strings, async, linq etc. without firing full fledged VS IDE. You did an excellent job. Cheers!

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#34

Very nice! I have a "scratchpad" project for fiddling around with things, but this might wind up a permanent tab on my browser. Less overhead than a VS project, for sure.

Try Linqpad for a scratchpad too. Don't let the linq name fool you - its great for general purpose fiddling about. It has been truly indispensable when developing on .Net. http://www.linqpad.net

I usually use PowerShell for fiddling which is often nice enough for trying out things with the BCL.

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#35

Very nice! I have a "scratchpad" project for fiddling around with things, but this might wind up a permanent tab on my browser. Less overhead than a VS project, for sure.

Try Linqpad for a scratchpad too. Don't let the linq name fool you - its great for general purpose fiddling about. It has been truly indispensable when developing on .Net. http://www.linqpad.net

Back when I worked with .NET and Linq, I was a fan of this tool
Post reply on HN