Wednesday 21 December 2016

Interactive window in Visual studio

In all the latest version of visual studio (2013 and above) now developer can interact with quick executable window there they can execute there code easily.
without moving to other window.

Steps:

  • For the block of code, Select code and right click > Execute in Interactive (or Ctrl+E, Ctrl+E)
  • For the solution, Select solution right click > Initialize Interactive
  • From View > Other Window > C# Interactive


AS sown in below image