Tag: .NET 5
-
Execute a piece of C# code anytime in VS Code using .NET Interactive Notebooks
.Net Interactive Notebooks is an extension being developed by Microsoft, and this extension adds support for using .NET Interactive in a Visual Studio Code notebook. The source code to this extension is available on https://github.com/dotnet/interactive and licensed under the MIT license. Getting Started Install the latest Visual Studio Code. Install the latest .NET 5 SDK Install the .NET Interactive Notebooks […]