With the addition of the Roslyn compiler to Visual Studio 2015 a number of new features were added. One of those features is a new Interactive C# console that lets you write and run C# code that is compiled in real time in your Visual Studio console. This provides a fantastic way to explore C# scripts. You can test new functions or algorithms quickly and easily without needing to run a compiler, build a class or anything else. It just works.
This video is a part of my Hello series. A series about getting started with various technologies. Let’s get out there and learn something cool together!
Want to work with something else or see something cool? Let me know what you’re interested in below in the comments. Lets explore it together!