开发者

is there any sites hosting for .net

开发者 https://www.devze.com 2023-02-10 18:48 出处:网络
there is a hosting for javascript and jquery programs such as jsfiddle. but i dont know is there any .net hosting site to post project to so开发者_运维知识库me one through the web as we do in the jsfi

there is a hosting for javascript and jquery programs such as jsfiddle. but i dont know is there any .net hosting site to post project to so开发者_运维知识库me one through the web as we do in the jsfiddle. if so please tell me.. Thank you


I'm not sure you can find a site where you can host ad hoc pieces of code like you can on jsfiddle - as you know, C# code has to be compiled before it will execute...

But I've found LINQPad (http://www.linqpad.net) to be excellent for running snippets of code locally. If you need to share code, you could email it to your friends/colleagues and they can paste into LINQPad and run them as standalone pieces of code without the need for Visual Studio and the csc compiler.

HTH.

EDIT: Correction: Coderun is what you need. Its blown me away!

0

精彩评论

暂无评论...
验证码 换一张
取 消