Is it compiled in server side?
Show HN: DotNetFiddle – JsFiddle for .Net
41–50 of 95 posts
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#42Re: Show HN: DotNetFiddle – JsFiddle for .Net
#43Is it compiled in server side?
Yes, website passes Run requests to back-end worker processes which compile and execute code and return results back to website for display.
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#44Is intellisense case-sensitive for a reason? I typed "Console.w" and auto-complete list was gone. It works fine with "Console.W".
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#45This is executed serverside, right?
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#46Boohoo, any file access is disabled, and any Environment.GetFolderPath will return an empty string (except System, which throws a security violation) :P
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#47While this one doesn't have the nice "fiddle" suffix, it has been around for a while and supports a lot of platforms: http://ideone.com/
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#48While this one doesn't have the nice "fiddle" suffix, it has been around for a while and supports a lot of platforms: http://ideone.com/
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#49http://www.dotnetfiddle.net/lN6m0S
Great work though, will be in my favourites :)