How to quickly code and run small C# code

后端 未结 19 1841
再見小時候
再見小時候 2021-01-31 01:46

There are times when I want to test new code from the forums or when I need to help my friends with specific C# problem. The problem is I don\'t want to create new \"project\" i

19条回答
  •  不要未来只要你来
    2021-01-31 02:05

    The website .NET Fiddle seems like a nice option. It has code completion, code timing, and NuGet Package integration.

    From their site:

    We are a group of .NET developers who are sick and tired of starting Visual Studio, creating a new project and running it, just to test simple code or try out samples from other developers.

    This tool was inspired by http://jsfiddle.net, which is just awesome.

    In particular, I recommend trying out their MVC mode. On the left side of the screen choose Project Type: MVC.

提交回复
热议问题