try/README.md

51 строка
3.2 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2019-05-03 00:36:51 +03:00
# Try .NET <img src ="https://user-images.githubusercontent.com/2546640/56708992-deee8780-66ec-11e9-9991-eb85abb1d10a.png" width="80px" alt="dotnet bot in space" align ="right">
|| [**Contribution Guidelines**](#contribution-guidelines) || [**Table of contents**](#table-of-contents) || [**Customers & Partners**](#customers--partners) ||
2017-09-23 04:47:48 +03:00
![Try_.NET Enabled](https://img.shields.io/badge/Try_.NET-Enabled-501078.svg)
2017-09-23 04:47:48 +03:00
2019-05-03 03:36:03 +03:00
2022-09-03 01:47:14 +03:00
[![Build Status](https://dev.azure.com/dnceng-public/public/_apis/build/status/dotnet/try/try-ci?branchName=main)](https://dev.azure.com/dnceng-public/public/_build?definitionId=62&branchName=main)
2019-11-05 21:31:46 +03:00
## Welcome to the Try .NET repo.
2019-11-05 21:31:46 +03:00
Try .NET provides developers and content authors with tools to create interactive experiences.
2019-05-14 01:52:48 +03:00
There are two different Try .NET interactive experiences:
* The web experience powered by Blazor (as seen on [Microsoft Learn](https://learn.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world))
* Interactive documentation with Markdown for .NET Core with the [dotnet try global tool](DotNetTry.md).
2019-11-05 21:31:46 +03:00
### 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 (`trydotnet.js API`) is currently only used internally at Microsoft as seen on Learn and [.NET page](https://dotnet.microsoft.com/learn/dotnet/in-browser-tutorial/1)._
<img src ="https://user-images.githubusercontent.com/2546640/57144765-c850cc00-6d8f-11e9-982d-50d2b6dc3591.gif" width = "80%">
### Interactive .NET Core documentation with the `dotnet try` global tool
Try .NET enables .NET developers to create interactive markdown files.
To make your markdown files interactive, you will need the [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0), the `dotnet try` global tool and [Visual Studio](https://visualstudio.microsoft.com/) / [VS Code](https://code.visualstudio.com/) (or any other editor of your choice).
<img src ="https://user-images.githubusercontent.com/2546640/57158389-47a2c780-6db1-11e9-96ad-8c6e9ab52853.png" width = "80%">
2019-05-03 23:14:57 +03:00
2019-11-05 21:31:46 +03:00
## Table of Contents
- [Getting Started with Try .NET](DotNetTryLocal.md): Interactive documentation generator for .NET Core.
2019-05-03 23:14:57 +03:00
2019-11-04 14:02:33 +03:00
## Contribution Guidelines
2019-05-03 23:14:57 +03:00
2019-11-05 21:31:46 +03:00
As we are still in the early stages of our development, we are unable to take any feature PRs at the moment, but we intend to do so in the future.
If you find an issue or have a feature suggestion, please open an [issue](https://github.com/dotnet/try/issues/new/choose). And if you have any feature suggestions, please submit them using the "community suggestions" label.
2019-05-03 23:14:57 +03:00
2019-11-04 14:02:33 +03:00
## Customers & Partners
2019-05-03 23:14:57 +03:00
**Microsoft Learn**
Microsoft Learn uses [Try .NET](https://learn.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world) to create interactive documentation. Users can run and edit .NET code in the browser.
## Community Showcase
**NCache Live by Alachisoft**
[NCache Live](https://www.alachisoft.com/blogs/try-ncache-anywhere-anytime-with-ncache-live/) uses [Try .NET](https://learn.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world) to let the user experience NCache APIs with the help of executable and editable .NET code in the browser.