try/README.md

47 строки
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">
2019-11-04 14:02:33 +03:00
|| [**Contribution Guidelines**](#contribution) || [**Table of content**](#table-of-content) || [**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-04 14:02:33 +03:00
**Welcome to the Try .NET repo.**
2019-11-04 14:02:33 +03:00
Try .NET provides developers and content with tools to create interactive experiences.
2019-05-14 01:52:48 +03:00
2019-11-04 14:02:33 +03:00
There are different flavors of Try .NET interactive experiences from the web with blazor(as seen on [Microsoft docs](https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/hello-world)), interactive documentation generator for .NET core with [dotnet try global tool](DotNetTry.md), and [.NET Jupyter Notebooks](Notebook.md).
2019-11-04 14:02:33 +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-04 14:02:33 +03:00
**Interactive .NET Core documentation with `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-04 14:02:33 +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-04 14:02:33 +03:00
Our interactive experience powers the online interactive .NET documentation, [dotnet try global tool](DotNetTry.md) and [Notebooks](Notebook.md).
2019-05-03 23:14:57 +03:00
2019-11-04 14:02:33 +03:00
## Table of Content
- [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-04 14:02:33 +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 do intend to do this in the future.
Please feel free to file any bugs reports under our issues. And if you have any feature suggestion, please submit them under our issues 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