2018-11-25 16:13:09 +03:00
# Welcome to the Try .NET Repo
2017-09-23 04:47:48 +03:00
2018-11-25 16:13:09 +03:00
## What is Try .NET ?
2017-09-23 04:47:48 +03:00
2017-10-04 17:31:29 +03:00
Try .NET is an inline code runner and playground that enables people to experiment and learn about C# in the browser.
2017-09-23 04:47:48 +03:00
2018-11-25 16:13:09 +03:00
**Note**: Currently, Try .NET only supports C# but we do plan to enable support F# and VB in the near future.
2017-09-23 04:47:48 +03:00
### What is the repo for?
2019-01-18 23:59:04 +03:00
- A place where you can post issues about [Try .NET ](https://dotnet.microsoft.com/platform/try-dotnet ).
2018-11-08 19:09:18 +03:00
2018-11-08 19:16:27 +03:00
- [Please read and comment on our roadmap ](https://github.com/dotnet/try/wiki/Product-Roadmap ).
2017-10-04 17:31:29 +03:00
- **Please Note:** The code for Try .NET is not currently hosted on GitHub.
2017-10-04 04:37:32 +03:00
## Examples of the Try .NET
### Learn C# with interactive tutorials
2017-10-04 16:57:22 +03:00
2017-10-04 04:37:32 +03:00
[Link to C# quick start ](https://docs.microsoft.com/en-us/dotnet/csharp/quick-starts/ )
2017-10-04 16:57:22 +03:00
![repl ](https://user-images.githubusercontent.com/2546640/31154776-60fc3820-a877-11e7-9330-ba7cdaa7e639.gif )
2017-10-04 04:37:32 +03:00
**About the C# Quick starts:** You'll learn the basics of C# syntax and how to work with data types like strings, numbers, and booleans. It's all interactive, and you'll be writing code within minutes. These first lessons assume no prior knowledge of programming or the C# language.
### Interactive Documentation
2017-10-04 16:57:22 +03:00
2017-10-04 04:37:32 +03:00
![snippet ](https://user-images.githubusercontent.com/2546640/31156287-a357ca5e-a881-11e7-88b9-100d09712a40.gif )
Run the snippets in the docs.
### Explore Try .NET
2018-11-08 19:09:18 +03:00
Try .NET is the code runner behind the interactive tutorials and snippets. If you would like to explore in its raw state, [check it out here ](https://www.microsoft.com/net/platform/try-dotnet ).
![web11 2 ](https://user-images.githubusercontent.com/2546640/48210733-f526a800-e345-11e8-9a1b-ba0beebbad3b.gif )
2017-10-04 04:37:32 +03:00
2017-09-23 04:50:32 +03:00
### Interactive Experiences Online
2017-09-23 04:51:31 +03:00
The number of .NET online code experiences are growing and we are just one of a few out there. Other .NET online code experiences are:
2017-09-23 04:50:32 +03:00
- [dotnetfiddle ](https://dotnetfiddle.net/ )
- [sharplab io ](https://sharplab.io/ )
2018-11-25 16:13:09 +03:00
- [rextester ]( https://rextester.com/ )
2017-09-23 04:50:32 +03:00
- [repl.it ](https://repl.it/languages/csharp )
- [C# pad ](https://csharppad.com/ )
2018-11-25 16:13:09 +03:00
- [Learn CS ](https://learncs.org/ )
2017-10-13 06:10:35 +03:00
- [Tech.io ](https://tech.io/snippet?l=csharp )
2018-02-23 04:32:50 +03:00
- [ideone ](https://ideone.com/ )
2017-09-23 06:53:15 +03:00
2017-09-23 04:50:32 +03:00
*Feel free to add the list*