This commit is contained in:
Maria Naggaga 2019-05-02 20:36:03 -04:00
Родитель 7b207f401f
Коммит 4575bce4f9
1 изменённых файлов: 13 добавлений и 2 удалений

Просмотреть файл

@ -1,10 +1,10 @@
# 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">
|| [**Basics**](#basics) • [**Experiences**]() || [**Installation**]() • [**Getting Started**]() || [**Samples**](Samples) ||
|| [**Basics**](#basics) • [**Experiences**](#experiences) || [**Installation**]() • [**Getting Started**]() || [**Samples**](Samples) ||
![Try_.NET Enabled](https://img.shields.io/badge/Try_.NET-Enabled-501078.svg)
## Basics
**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.
**What is Try .NET**: Try .NET is an interactive documentation generator for .NET Core.
**Please Note**: At the moment Try .NET only works with C# documentation.
@ -12,3 +12,14 @@
- A place where you can post issues about [Try .NET](https://github.com/dotnet/try/issues).
- **Note:** The code for Try .NET is not currently hosted on GitHub.*(Coming soon)*
## Experiences
Use Try .NET to create executable C# snippets for your websites or, interactive markdown files that users can run on their machine.
**Websites**
Microsoft Docs uses Try .NET to create interactive documentation. Users can run and edit code al in the browser.
![Hello World - Introduction to C# interactive C# tutorial _ Microsoft Docs](https://user-images.githubusercontent.com/2546640/57113902-c3026b80-6d14-11e9-82e1-0ab629faefcd.gif)
**Interactive Markdown**
## Installation
## Getting Started