Visual Studio 2015以降では、「C#インタラクティブウィンドウ」を開いてコードを実行できます。
> 5 + 3
8
それはかわいいです。次に、コードを操作するにはどうすればよいですか—クラス プロジェクトを開いていると仮定します。
> new Cog()
(1,5): error CS0246: The type or namespace name 'Cog' could not be found (are you missing a using directive or an assembly reference?)