Does anyone know of a (free?) web-based IDE for .NET development online?

link|improve this question

Just out of curiosity, why does it need to be web-based? – ferrari fan Mar 11 '10 at 1:56
4  
because you're on vacation and you don't want to install vs on your friend's laptop, and you want to test somtn that blows up your geeky mind – Shimmy Mar 11 '10 at 2:06
feedback

3 Answers

up vote 18 down vote accepted

There's CodeRun for ASP.NET/PHP/Ajax apps.

link|improve this answer
5  
Amazing, my mind is blown. – Christopher Edwards Jul 28 '10 at 22:05
But it doesn't have IntelliSense (or is it just me?) – JohnB Jul 28 '10 at 22:52
1  
@JohnB: It seems to have at least some level of IntelliSense. I get a nice pop-up panel thingy with method names and whatnot just like in Visual Studio. – Anna Lear Jul 29 '10 at 2:46
feedback

You can find some usefull features at ideone.com

link|improve this answer
1  
This is cool too! – JohnB Jul 28 '10 at 22:51
feedback

There is also Compilr, it allows C#, VB, Java. Full disclosure, I'm one of the founders.

link|improve this answer
It's not free dude, I said I am looking for a free one. – Shimmy Feb 9 '11 at 22:21
Yes, it's free you just don't get any private projects. Just visit compilr.com/user/register – Chain Feb 18 '11 at 1:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.