I blogged before about the coding packs for Visual Studio Code. A coding pack is an all-in-one installers, that will set you up in Python, Java,…
As of this week the list of available coding packs got extended with a coding pack for C# and .NET. You can download the pack from http://dot.net/learntocode.
Walk through the different steps of the installation wizard to start your C# development journey:
After completing the installation, Visual Studio is launched. Now some extra extensions are added to VSCode:
Once everything is installed, a .NET Interactive Notebook is available that allows you to learn about and try out all C# features in an interactive way(similar to Jupyter notebooks):