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

StackOverflow https://stackoverflow.com/questions/4356420

  •  08-10-2019
  •  | 
  •  

سؤال

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)

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top