Show HN: DotNetFiddle – JsFiddle for .Net
dotnetfiddle.net
Show HN: DotNetFiddle – JsFiddle for .Net
1–10 of 95 posts
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#2Great tool! I even tried to make an infinite loop (excuse me for that :) ) which was handled gracefully by your program.
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#3Very sweet! I like it a lot! It's nice to see that people still remember of .NET
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#4This is executed serverside, right?
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#5Nice ! I support this.
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#6Great! I was going to say F# should be supported, but then I remembered there's this:
http://www.tryfsharp.org/Create
Still, I can definitely see myself using this to share little pieces of code where currently I write it up in linqpad and email to colleagues.
Any chance you could add an extension method like linqpad's Dump() to pretty print objects?
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#7This is executed serverside, right?
Yes, all server-side using several worker agents.
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#8Doesn’t seem to work in IE10 ironically.
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#9'Roslyn'?
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#10'Roslyn'?
Yep. It is pretty amazing library.