Skip to content

Instantly share code, notes, and snippets.

View eriawan's full-sized avatar
:octocat:
Focusing on .NET, C#, F# and Azure DevOps

Eriawan Kusumawardhono eriawan

:octocat:
Focusing on .NET, C#, F# and Azure DevOps
View GitHub Profile

This walkthrough is a beginner's guide to learning basic interactive concepts and how to navigate the C# Interactive Window. To learn more about the Interactive window, watch this video or check out our documentation.

Note: This walkthrough is adapted from Bill Chiles' original. Thanks, Bill!

Introduction: What is Interactive?

With the new C# Interactive window, you get immediate feedback on what an expression will return or what an API call does. The Interactive window is much like the Immediate window, but the Interactive window has many improvements such as IntelliSense features and the ability to redefine functions and classes. After entering a code snippet at the REPL prompt, the code simply executes right away. You can enter statements and expressions, as well as class and function definitions. You do not need to create a project, defin

@eriawan
eriawan / test_fsharpcode_in_table_markdown.md
Last active July 15, 2016 10:49
test F# code in table of markdown

Verbose syntax

Language construct Lightweight syntax Verbose syntax