Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an online temporary code bin for C#? (JS Bin, jsFiddle clones)?

Tags:

c#

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.

like image 686
Waldo Bronchart Avatar asked Dec 04 '10 23:12

Waldo Bronchart


2 Answers

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

like image 102
SLaks Avatar answered Oct 10 '22 01:10

SLaks


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.

  • .NET Fiddle - mentioned above
  • CodeRun Studio - ASP.NET using C#
  • C# Pad - an interactive web based C# REPL
like image 44
Oleks Avatar answered Oct 10 '22 00:10

Oleks