Is there a website that offers simple temporary code bin's for C#?
Syntax highlighting is a plus. I've found nice ones for JavaScript: jsFiddle.
Is there a website that offers simple temporary code bin's for C#?
Syntax highlighting is a plus. I've found nice ones for JavaScript: jsFiddle.
Just found out .NET Fiddle
that supports C#/VB.NET for console application. It's also allows sharing and collaboration. Another one is CodeRun Studio
.
Just one more finding: C# Pad
- an interactive web based C# REPL.
Just found this from a dup question. Here's another http://compilify.net/
http://ideone.com/ also supports C#. You can paste code and run it, too. Syntax highlight can also be enabled.
Another two interesting sites:
http://www.compileonline.com/compile_csharp_online.php & https://compilr.com/ (now you have to pay for using it)