In this chapter, we'll use a new feature that was introduced in C# 6.0 called string interpolation. This feature allows embedding variable names directly into strings, which makes coding much more streamlined.
The latest version of Visual Studio has the string interpolation feature built into it. You will only need to follow the first instructions here if you have an older version of Visual Studio, or if you are having problems with string interpolation. If you are using the latest version of Visual Studio, then you can jump to the "Printing a variable" heading to see string interpolation in action.