Cade Roux
Cade Roux

Reputation: 89711

Is there a public site to make and share live examples of C#/.NET code?

For instance, we now have that in the StackExchange universe for SQL Azure (which handles general SQL examples very well).

I was thinking it would be very nice to have a similar environment to be able to have a few class files and a console program to be able to demonstrate core basic C#/.NET programming techniques - live.

Is there such an online live C#/.NET environment already that we could use to post on StackOverflow? (If not, I will post on Meta).

Upvotes: 3

Views: 245

Answers (2)

Cade Roux
Cade Roux

Reputation: 89711

I found this one: Compilr

http://compilr.com/IDE/31-md5/

Lets you compile but not run - still pretty interesting.

Upvotes: 3

Amichai
Amichai

Reputation: 1154

CodeRun:

http://coderun.com/ide/

Upvotes: 4

Related Questions