29

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Waldo Bronchart
  • 10,152
  • 4
  • 23
  • 29

7 Answers7

22

You're looking for http://pastebin.com/ or http://www.ideone.com/.

thejh
  • 44,854
  • 16
  • 96
  • 107
SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
12

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.

Oleks
  • 31,955
  • 11
  • 77
  • 132
7

Yet another: http://rextester.com/runcode

Adam Houldsworth
  • 63,413
  • 11
  • 150
  • 187
6

Just found this from a dup question. Here's another http://compilify.net/

kenny
  • 21,522
  • 8
  • 49
  • 87
4

http://ideone.com/ also supports C#. You can paste code and run it, too. Syntax highlight can also be enabled.

thejh
  • 44,854
  • 16
  • 96
  • 107
1

Another two interesting sites:

http://www.compileonline.com/compile_csharp_online.php & https://compilr.com/ (now you have to pay for using it)

Snake Eyes
  • 16,287
  • 34
  • 113
  • 221
1

You can use http://executify.com/ for simple code examples.

Simon
  • 4,157
  • 2
  • 46
  • 87