Try.Net gives ability to create interactive developer documentation with live code in it, which would allow your visitors to experiment and test code in the browser.
- Write documentation in markdown file.
- Reference code in the markdown file from .net core projects.
- It’s completely client side. Only browser is needed.
- IntelliSense support.
Visit GitHub page for samples and more details: https://github.com/dotnet/try
Leave a Reply