O M G Collaboration coding in the browser is SERIOUSLY cool!
Show HN: DotNetFiddle – JsFiddle for .Net
31–40 of 95 posts
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#32There 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
#33Re: Show HN: DotNetFiddle – JsFiddle for .Net
#34Very 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
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#35Very 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
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#36This is perfect tool for teaching/learning coding.