|| Basics • Experiences || Setup • Getting Started || Samples ||
What is Try .NET?: Try .NET is an interactive documentation generator for .NET Core.
Use Try .NET to create executable C# snippets for your websites, or interactive markdown files that users can run on their machine.
Microsoft Learn uses Try .NET to create interactive documentation. Users can run and edit code all in the browser.
Please Note: At the moment, the Try .NET online experience only works with C# documentation.
Try .NET enables .NET developers to create interactive markdown files. To make your markdown files interactive, you will need to use .NET Core 3.0 SDK, the dotnet try global tool and Visual Studio / VS Code (or any other editor of your choice).
To get started follow setup instructions