Live data from Hacker News

Show HN: DotNetFiddle – JsFiddle for .Net

dotnetfiddle.net

11–20 of 95 posts

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#17

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

Re: Show HN: DotNetFiddle – JsFiddle for .Net

#20
post #13

What 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.

Post reply on HN