Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.82 KB

DotNetTry.md

File metadata and controls

28 lines (16 loc) · 1.82 KB

Try .NET dotnet bot in space

|| BasicsExperiences || SetupGetting Started || Samples ||

Try_.NET Enabled

Build Status

What is Try .NET?: Try .NET is an interactive documentation generator for .NET Core.

Experiences

Use Try .NET to create executable C# snippets for your websites, or interactive markdown files that users can run on their machine.

Online, powered by Blazor

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.

Interactive .NET 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