views:

360

answers:

4

Are there any free web-base code review websites, similar to pastie.org, that supports both C# and VB.NET?

I think this is a great tool for looking at code, but it's pretty much worthless to me without C# and VB.NET support.

Update

Here is a related question http://stackoverflow.com/questions/1542/online-peer-code-review, but again ... doesn't really offer the simplicity of pastie.org.

+2  A: 

http://pastebin.com/

Supports everything pastie does plus VB.NET, C# and a whole lot more.

Welbog
This doesn't seem to do any color coding?
mattruma
Maybe not while you're typing, but once you select the right language and submit it, yeah. Take a look at the things other people have pasted recently from the left-hand-side list and you'll see highlighting.
Welbog
A: 

RefactorMyCode is another site, and Jeff even made use of it a while back.

Dillie-O
This would be more for my team ... more of a quick "look at this."
mattruma
A: 

I personally just use pastie.org, Java works as a replacement for C# and Pascal is usually alright for VB.

James Gregory
+3  A: 

I haven't used it but someone told me about http://collabedit.com/

jwarzech