Similar to jsfiddle, is there an asp.net fiddle website for us to share asp.net code fiddles? It’ll greatly help asp.net developers. the current way to post asp.net code on SO is not so reader friendly. I hope there’s something out there to make this easier. If there isn’t anything like that (as i did some search but can’t find one). Is this even something technically possible to be developed since c# is not a late binding language.
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
You could use something like compilr.com, however, it requires a paid account (as of June 2013) to create projects but people can view it anonymously. It’s pretty neat. (compilr closed down)
Example:
http://compilr.com/cravecode/test-share/main.cs
UPDATE 1
I’d also checkout coderun.com/ide (no longer available)
UPDATE 2
Check dotnetfiddle.net which has Context menu as well (pointed out by @wulfbane).
UPDATE 3 (2017-03-19)
Keeping answer updated, I now use:
- https://csharppad.com
- http://rextester.com (has a really neat collaboration feature)
- https://dotnetfiddle.net
You may also want to check Ideone (has no context menu)
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0