In this chapter, we will cover the following recipes:
- Writing a simple C# script and evaluating it within the Visual Studio interactive window
- Using script directives and REPL commands in the C# interactive window
- Using keyboard shortcuts for evaluating and navigating through script sessions in the C# interactive window
- Initializing a C# interactive session from an existing C# project
- Executing a C# script on a Visual Studio developer command prompt using csi.exe
- Using the Roslyn scripting API to execute C# code snippets