try/README.md

46 строки
3.1 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
2019-11-04 14:02:33 +03:00
[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/try/try-ci?branchName=master)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=495&branchName=master)
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
2019-11-05 21:31:46 +03:00
There are different flavors of Try .NET interactive experiences, from the web experience powered by Blazor (as seen on [Microsoft docs](https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/hello-world)), to interactive documentation for .NET Core with the [dotnet try global tool](DotNetTry.md), to [.NET Jupyter Notebooks](Notebook.md).
2019-11-05 21:31:46 +03:00
## Flavors of Try .NET
### Try .NET Online
2019-11-04 14:02:33 +03:00
<img src="https://user-images.githubusercontent.com/2546640/57144765-c850cc00-6d8f-11e9-982d-50d2b6dc3591.gif" width="60%">
2019-11-05 21:31:46 +03:00
### Interactive .NET Core documentation with the `dotnet try` global tool
2019-11-04 14:02:33 +03:00
<img src="https://user-images.githubusercontent.com/2546640/57158389-47a2c780-6db1-11e9-96ad-8c6e9ab52853.png" width="52%">
2019-11-05 21:31:46 +03:00
### Jupyter Notebooks with .NET
2019-11-04 14:02:33 +03:00
<img src="https://user-images.githubusercontent.com/2546640/67889988-3b13e780-fb26-11e9-91a1-48d5972b5df2.png" width="60%">
<img src="https://user-images.githubusercontent.com/2546640/67912370-1b99b080-fb60-11e9-9839-0058d02488cf.png" width="52%">
2019-05-03 23:14:57 +03:00
2019-11-05 21:31:46 +03:00
## Table of Contents
2019-11-04 14:02:33 +03:00
- [Getting Started with Try .NET](DotNetTry.md): Interactive documentation generator for .NET Core.
- [Getting started with .NET Jupyter Notebooks](Notebook.md) : Write and run .NET code in Jupyter Notebooks
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-11-05 00:23:53 +03:00
| Microsoft Docs | [Azure Synapse Analytics ](https://azure.microsoft.com/en-us/services/synapse-analytics/) |Azure HDInsight (HDI) |
2019-11-04 14:02:33 +03:00
|----------|:-------------:|:-------------:|
2019-11-05 00:23:53 +03:00
|Microsoft Docs uses [Try .NET](https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/hello-world) to create interactive documentation. Users can run and edit .NET code in the browser. | Azure Synapse Analytics uses the .NET kernel to write and run quick ad-hoc queries in addition to developing complete, end-to-end big data scenarios, such as reading in data, transforming it, and visualizing it|You can launch Jupyter notebooks from your HDInsight cluster to run big data queries against the compute resources in that cluster. |
2019-05-03 23:14:57 +03:00