Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 CLI/GUI 工具来执行 C# 代码,即 Python ipython/Ruby irb 的替代品。Visual Studio 中的即时 Windows 仅在调试期间可用,在某些情况下无法执行代码
你的意思是执行 C# 的任意片段吗?
LinqPad4很不错。
有来自 mono 的CsharpRepl项目。
linqpad是一个非常受欢迎的选项(您不必仅将它用于 LINQ)。
另一种选择是使用Jon Skeet 的snippy。