'Roslyn'?
Show HN: DotNetFiddle – JsFiddle for .Net
11–20 of 95 posts
Was it only Roslyn or did you utilize ScriptCS too?
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#12Very 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.
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#13What kind of hardware are you using? Are the jobs parallel? I do not know about .NET very much, but it seems very slow. Would that be feasbile for you to maintain this?
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#14Doesn’t seem to work in IE10 ironically.
If the page is completely blank, it may be because you have cookies blocked.
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#15Nice. It's a shame http://fiddle.net wasn't available.
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#16So cool, thank you!
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#17Very 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.
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#18Re: Show HN: DotNetFiddle – JsFiddle for .Net
#19Nice. It's a shame http://fiddle.net wasn't available.
On the other hand there will be consistency once wee see more languages/platforms. javafiddle.net? dartfiddle.net?
Re: Show HN: DotNetFiddle – JsFiddle for .Net
#20What kind of hardware are you using? Are the jobs parallel? I do not know about .NET very much, but it seems very slow. Would that be feasbile for you to maintain this?
Using Azure cloud - medium Web Role server (2 x 1.6GHz CPU, 3.5GB RAM). It is set to auto-scaling so it should be adding new instances if first server is being swamped.
The jobs are done using Worker processes and there could be up to 20 of them running at the same time.