C# Interactive

Hi Friends,

In this section, we will look at the C# Interactive Coding Window. This is the new feature added in VS 2015 Update 1. This is one of the coolest experimental thing to test your snippet quickly in the editor itself. First of all, In order to open the C# interactive, you need to navigate to View –> Other Windows –> C# Interactive as shown below in the snapshot.

82nd

This will open the below editor.

83rd

Now, here I can type anything like any mathematical calculation or any C# inputs like shown below. This will print the result.

84th

This also offers Intellisense at every stage like shown below.

85th

I can print any kind of queries from here like shown below.

86th

I hope you would have liked this feature. Thanks for Joining me.

Thanks,
Rahul Sahay
Happy Coding